|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::SoundFileWriter::write | ( | const std::vector< Kakshya::DataVariant > & | planar | ) |
Post planar per-channel data to the work queue.
Accepts the DataVariant vector directly from AudioOutputContainer::get_processed_data(). Interleaving is deferred to the worker thread.
| planar | Per-channel vectors; each element must be vector<double>. |
Definition at line 104 of file SoundFileWriter.cpp.
References MayaFlux::IO::SoundFileWriter::PlanarChunk::channels, m_open, MayaFlux::IO::SoundFileWriter::PlanarChunk::num_frames, and post().
Here is the call graph for this function: