Real-time Speech Recognition with PyAudio and Faster Whisper (Issue with Temporary Files) #827
Unanswered
jagarlamudisrinath
asked this question in
Q&A
Replies: 3 comments
-
|
here you can get inspiration: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
mount the audio files folder to tmpfs |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Faster whisper accepts both buffers and raw data directly assuming it is in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a real-time speech recognition system using PyAudio for recording and Faster Whisper for transcription. While I've achieved progress, I'm facing an issue with temporary audio files.
Here's the current approach:
The problem:
The use of temporary files is creating unnecessary disk I/O, potentially impacting performance.
Beta Was this translation helpful? Give feedback.
All reactions