mel_spec 0.4.0

Mel spectrograms aligned to the results from the whisper.cpp, pytorch and librosa reference implementations and suited to streaming audio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod config;
#[cfg(all(feature = "cuda", not(target_arch = "wasm32")))]
pub mod cuda;
pub mod fbank;
pub mod mel;
pub mod prelude;
pub mod quant;
pub mod rb;
pub mod stft;
pub mod vad;
#[cfg(target_arch = "wasm32")]
pub mod wasm;
#[cfg(all(feature = "wgpu", not(target_arch = "wasm32")))]
pub mod wgpu;