|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::SoundFileWriter::write | ( | std::span< const double > | interleaved, |
| uint32_t | num_frames = 0 |
||
| ) |
Post interleaved double-precision frames to the work queue.
| interleaved | Interleaved PCM frames in double precision. |
| num_frames | Frame count (samples / channels). If 0, inferred as interleaved.size() / channels. |
Definition at line 90 of file SoundFileWriter.cpp.
References m_channels, m_open, post(), and MayaFlux::IO::SoundFileWriter::FrameChunk::samples.
Referenced by write().
Here is the call graph for this function:
Here is the caller graph for this function: