pub fn encode_serial(
cfg: &ParallelConfig,
pcm: &[f32],
frame_size: usize,
) -> Vec<Vec<u8>>Expand description
Single-threaded reference: encode every frame with one continuous encoder.
The correctness/quality anchor for encode_parallel.