From 1562644a8de44cc914bd8f8ddfabbbb67e21a8da Mon Sep 17 00:00:00 2001 From: Lucas Zanek Date: Tue, 3 Jan 2023 23:36:02 -0300 Subject: [PATCH] add information about how to run the example --- examples/audio_transcription.rs | 3 +++ 1 file changed, 3 insertions(+) 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};