add information about how to run the example

This commit is contained in:
Lucas Zanek 2023-01-03 23:36:02 -03:00
parent a09ed82675
commit 1562644a8d
1 changed files with 3 additions and 0 deletions

View File

@ -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};