baked streams even wav files

This commit is contained in:
bel
2024-01-01 20:56:53 -07:00
parent 97c025f04d
commit 393100973c
4 changed files with 47 additions and 303 deletions

View File

@@ -19,3 +19,6 @@ pub fn wav<F>(
rust_whisper_lib::wav(flags.clone(), handler_fn, flags.wav.unwrap());
}
pub fn f32_from_wav_file(path: &String) -> Result<Vec<f32>, String> {
rust_whisper_lib::f32_from_wav_file(path)
}