TOBI SignalServer
0.1
|
void tobiss::SampleBlock< T >::appendBlock | ( | std::vector< T > | v, |
boost::uint16_t | nr_blocks | ||
) |
Append samples to the SampleBlock. (used to build blocked data)
[in] | v | A vector containing the samples to be appended. (vector must not contain already blocked data!) |
std::length_error | if v.size does not equal channels or trying to append more blocks than defined. |
Definition at line 470 of file sample_block.h.