Update README.md

This commit is contained in:
Luke Southam 2022-12-11 09:18:36 +00:00 committed by GitHub
parent 494a30b652
commit 435abe1c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,6 @@ w = Whisper('tiny')
result = w.transcribe("myfile.mp3")
text = w.extract_text(result)
```
Note: default parameters might need to be tweaked.
See Whispercpp.pyx.