|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::AudioWriteProcessor::set_data | ( | std::vector< double > | data | ) |
Supply the next frame of double-precision samples.
| data | Samples to write into the buffer on the next cycle. If size differs from the attached buffer's frame count, the write is truncated or zero-padded to fit. |
Definition at line 14 of file AudioWriteProcessor.cpp.