1// Whisper speech recognition library using Burn 2 3pub mod audio; 4pub mod inference; 5pub mod model; 6pub mod tokenizer;