79304985

Date: 2024-12-24 07:29:34
Score: 1
Natty:
Report link

The solution was to use the sample rate like the current microphone. The sample rate of my MacBook Pro mic is 48000 so I had to change it in the Python script:

fs = 48000
model = vosk.Model(lang="en-us")
recognizer = vosk.KaldiRecognizer(model, fs)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Zeeshan Ahmad Khalil