Read the statement by Michael Teeuw here.
MMM-voice
-
error.log
says11111111
debug.log
in/home/pi/MagicMirror/modules/MMM-voice
? There’s a ton ofINFO:
lines and at the bottom it says
Error opening audio device plughw:1 for capture: Connection refused
FATAL: "continuous.c", line 245: Failed to open audio device
It works fine with Alexa.
EDIT: When I added
debug: true
to the config file. When MagicMirror is up, it says “ERROR undefined” rather than just “ERROR”, like it did before. -
@Advokaten did you choose the correct audio device id?
-
@strawberry-3.141 when installing it said my mic was
1
so that’s what I have in my config. I tried doingmicrophone: 0
but that didn’t work either. -
@Advokaten can you check out this? http://cmusphinx.sourceforge.net/wiki/faq#qfailed_to_open_audio_device_dev_dspno_such_file_or_directory and troubleshoot section here http://robot.laylamah.com/?p=35
-
@strawberry-3.141 The voice recognition works extremely slow. There’s a way to use Spanish as default language for voice commands?
Maybe using Google voice API?
Thanks
-
@daenick please read this https://github.com/fewieden/MMM-voice#information if you want to use faster detection you have to use a different module as this one will never support online services like google, apple, amazon, etc.
there are some custom language models for other languages https://sourceforge.net/projects/cmusphinx/files/Acoustic and Language Models/
-
@strawberry-3.141 I’m lost. Still can’t figure out what’s wrong. :(
-
@Advokaten did you try what the second link suggested?
-
@strawberry-3.141 Yes, sir! The ERROR text is gone. Now it’s displaying “Initialising…” and the mic icon has a slash through it and is blinking infinitely. I bet I’m doing a rookie mistake somewhere.
-
@Advokaten never had this happened before neither did someone report this issue. I would need to see it myself in order to debug it.