downloaded ffmpeg.wasm
This commit is contained in:
parent
cc9c9df3d7
commit
9b48be0202
3 changed files with 49 additions and 0 deletions
|
@ -22,3 +22,5 @@ class VoiceRecognition:
|
|||
result = model.transcribe(audio_data)
|
||||
print(result["text"])
|
||||
return result["text"]
|
||||
|
||||
# npm install @ffmpeg/ffmpeg @ffmpeg/util @ffmpeg/types @ffmpeg/core-mt
|
Loading…
Add table
Add a link
Reference in a new issue