pub fn write_audio<W: Write + Seek, R: Read>( header: &PcmFormat, reader: R, writer: W, config: &ExtraConfig, ) -> Result<()>
lossless-audio