You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
I already read #23 , so i follow the instruction to uninstall pulseaudio , becuase in the #23 i read "ERROR continuos.c" maybe when you builded sphinxbase the Raspberry choosed pulseaudio instead of ALSA . And yeah there is no error like that, and i change init.py to use ad_alsa instead of ad_pulse. Everything worked fine , i can do pocketsphinx_continuous ... (Using my lm and dict) in terminal and it work great, no error and 80% right recognition.
So i move to code in python, this when error happen, i use this code
import os
from pocketsphinx import LiveSpeech, get_model_path
There is no error output, but no single word recognized.. first i think my microphone broken, so i try using speech recognition and audacity, it can record my voice.. I was very helped with any help, I will follow any directions because i need this in my thesis...
Okay first i want to tell you the device i use
I already read #23 , so i follow the instruction to uninstall pulseaudio , becuase in the #23 i read "ERROR continuos.c" maybe when you builded sphinxbase the Raspberry choosed pulseaudio instead of ALSA . And yeah there is no error like that, and i change init.py to use ad_alsa instead of ad_pulse. Everything worked fine , i can do
pocketsphinx_continuous ... (Using my lm and dict)
in terminal and it work great, no error and 80% right recognition.So i move to code in python, this when error happen, i use this code
There is no error output, but no single word recognized.. first i think my microphone broken, so i try using speech recognition and audacity, it can record my voice.. I was very helped with any help, I will follow any directions because i need this in my thesis...
Additional information:
The text was updated successfully, but these errors were encountered: