MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Voice control module issue

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 3 Posters 2.3k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      plumcraft
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • T Offline
        tyho
        last edited by

        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
          }
        
        1 Reply Last reply Reply Quote 0
        • P Offline
          plumcraft
          last edited by

          Thanks for your reply but no luck with both configurations :(

          1 Reply Last reply Reply Quote 0
          • A Offline
            alexyak
            last edited by

            Check this troubleshooting page on the Evan’s web site:

            http://docs.smart-mirror.io/docs/configure_the_pi.html

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy