-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Lucy not detecting #33
Comments
have you tested the mic this way
do you hear what you said? |
Yes, I heard what i said, but there is some noise disturbance also. |
then it will be hard for computer to sound match.. u need to get rid of the noise |
Ok alright, need to try with a new mic then. |
Still the result is same , no response from lucy. |
the timeout on the updatenotifications module is too short.. fixed in the upcoming release, and in the magicmirror develop branch now when MagicMirror is running, in a terminal window or ssh session window do
it should put out a line like this
if it does not, then it means arecord failed to start |
There is only one device mic shown in the list whose card and device number is 1,0. |
I tried: |
after changing .asoundrc did u reboot and also do the arecord test.wav/aplay test.wav cycle? |
This comment has been minimized.
This comment has been minimized.
i would change it back to how it was.. and reboot.. i do not know.. voice detection is done by an outside module.. pocket_sphinx_continuous you could add
to the config:{} section for the Hello-Lucy module in config.js and if you use npm start, u can redirect the output to a file , with npm start >somefile |
I identified the issue .
|
according to the cmu sphinx doc, you could try to create a new acoustic model https://stackoverflow.com/questions/33453691/cmu-sphinx-for-indian-english which leads to this lucy module expects the ldc/lm files to be named Hello-Lucy.dlc and Hello-Lucy.lm I don't know how to do the adaptation |
Thankyou will try this. |
Hi sir, i have the same problem now .. which is when i open my magic mirror it shows up: command something then it shows error .. and i can't say anything .. |
I have an issue where the screen displays a microphone symbol and the word Error. Lucy speaks on start up but does not respond. I have done the test and can record and playback in cmd. Using Rpi3 and raspian full. card 1: Seri [Plantronics Blackwire 3220 Seri], device 0: USB Audio [USB Audio] I have set the config to both (1,0) and (0,0) and both have the same error. Any ideas? |
I have the exact same issue/behaviour as TwitchPlaysSpeedruns. Was this ever solved? |
@roccamorice did you try arecord test.wav then aplay test.wav |
Yes. It worked fine.Sent from my iPhoneOn Feb 16, 2024, at 9:26 PM, sam detweiler ***@***.***> wrote:
@roccamorice did you try arecord test.wav
then aplay test.wav
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Also when I added the Debug: true to the module config, I don't get a debug log although the display that normally shows icon of microphone and ERROR also displays UNDEFINED below the microphone icon. I only see the error.log in the Hello-Lucy modules directory and the error I keep getting is " Error: spawn pocketsphinx_continuous ENOENT -2". |
@roccamorice did you do step 3 of the installation |
Yes I did step 3 and the dependencies.sh executed successfully. |
step 3 should have installed the pocket sphinx continuous command line app. it may not have updated the path. I would see if you can find the executable... |
there is a pocketsphinx-continuous directory in the node_modules directory in Hello-Lucy modules directory. In this directory there are index.js and package.json files. I don't think you are referring to these as the executable...or are you? |
well, it looks like they have removed that program.. SO.. rework is required on Hello-Lucy https://cmusphinx.github.io/2022/08/pocketsphinx-continuous/ |
I completed all the steps successfully but after speaking Hello Lucy there is no response from MM. Mic and speaker is set properly.
The text was updated successfully, but these errors were encountered: