pub async fn load_audio(path: &Path) -> Result<AudioInput>Expand description
Load an audio file, converting to 16 kHz mono f32 PCM as needed.
pub async fn load_audio(path: &Path) -> Result<AudioInput>Load an audio file, converting to 16 kHz mono f32 PCM as needed.