A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Voice control module issue
-
Hello,
I’ve tried Alexyak’s module (https://github.com/alexyak/voicecontrol)
but i got this error (i pasted the stacktrace on framapad website because this post has been banned by akismet):
https://mensuel.framapad.org/p/0VctoZaN93
I’ve configured the audio output to jack because i’ve speakers connected to. My snowboy sample works fine (tested on the website).
Anyone can help ?
Thanks
Olivier L
-
If you got a RPI3 try:
sudo nano ~/.asoundrc and paste:
pcm.!default { type asym playback.pcm "plughw:0" capture.pcm "plughw:1" } ctl.!default { type hw card 0 }
OR
pcm.!default { type asym playback.pcm "hw:0,0" capture.pcm "hw:1,1" } ctl.!default { type hw card 0 }
-
Thanks for your reply but no luck with both configurations :(
-
Check this troubleshooting page on the Evan’s web site: