Turned off warning for unused variable in audio_transcription example
This commit is contained in:
parent
1873288db0
commit
445a072bda
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ fn main() {
|
|||
|
||||
// Open the audio file.
|
||||
let mut reader = hound::WavReader::open("audio.wav").expect("failed to open file");
|
||||
#[allow(unused_variables)]
|
||||
let hound::WavSpec {
|
||||
channels,
|
||||
sample_rate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue