Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shhossain authored Sep 30, 2023
1 parent 1635f3c commit 24d9426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ transcription = stt.recognize("audio.wav")
print(transcription)
```

### For longer audio files (As different models have different max audio length, so you can use the following methods to transcribe longer audio files)
### For longer audio files
(As different models have different max audio length, so you can use the following methods to transcribe longer audio files)

For longer audio files, you can use the `generate` or `recognize` method. Here's an example:

Expand Down

0 comments on commit 24d9426

Please sign in to comment.