pub fn write_to_file( file_out: &mut File, header: &WavHeader, samples: &Vec<f32>, ) -> Result<(), EncoderError>
Write to Wav file