diff --git a/examples/audio_transcription.rs b/examples/audio_transcription.rs index f1012c4..bf6b3d8 100644 --- a/examples/audio_transcription.rs +++ b/examples/audio_transcription.rs @@ -1,3 +1,6 @@ +// This example is not going to build in this folder. +// You need to copy this code into your project and add the whisper_rs dependency in your cargo.toml + use std::fs::File; use std::io::Write; use whisper_rs::{FullParams, SamplingStrategy, WhisperContext};