pub fn write_flac( path: &Path, samples: &[f32], channels: usize, sample_rate: u32, bits_per_sample: u16, ) -> Result<()>
Backwards-compatible native FLAC writer.