Skip to content

Commit 42670ee

Browse files
pragmatrixCopilot
andauthored
Update examples/azure-transcribe.rs
Co-authored-by: Copilot <[email protected]>
1 parent 32c8a9d commit 42670ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/azure-transcribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async fn recognize_from_wav(file: &Path) -> Result<()> {
4040

4141
let frames = playback::audio_file_to_frames(file, format)?;
4242
if frames.is_empty() {
43-
bail!("No frames in the audio files")
43+
bail!("No frames in the audio file")
4444
}
4545

4646
let (producer, input_consumer) = format.new_channel();

0 commit comments

Comments
 (0)