# candle-whisper-microphone Whisper implementation using microphone as input. ## Running an example ```bash $ cargo run --example whisper-microphone --features microphone > transcribing audio... > 480256 160083 > language_token: None > 0.0s -- 30.0s: Hello, hello, I don't know if this is working, but You know, how long did I make this? > 480256 160085 ```