Skip to main content

encode_wav

Function encode_wav 

Source
pub fn encode_wav(samples: &[i16], header: &WavHeader) -> Vec<u8> 
Expand description

Write PCM samples to a WAV file (in memory as bytes).