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.

    MMM-voice

    Scheduled Pinned Locked Moved Utilities
    voice control
    329 Posts 55 Posters 999.0k Views 50 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.
    • D Offline
      dmwilsonkc
      last edited by

      @ime90 I am running MMM-voice on a RPi3b and while it is not as fast as my Mycroft-core in responding to its wake word, it is much faster than the times you have stated. I turned the debug = true so that I could see what it is doing. I would say the times you have stated are at least double what it takes MMM-voice on my Pi. I changed my wake word to Hey Jarvis. I don’t know if that made any difference in how fast it recognizes the wake word. I also added the Hello-Lucy modifications to the MMM-voice module. It is not “fast” in responding to commands, but it only takes a few seconds (5 to 6sec.) to Hide/Show modules if I remember right.

      1 Reply Last reply Reply Quote 0
      • J Offline
        joe84maiden
        last edited by

        I wrote this in a different thread not too long ago actually, but I noticed a vast increase in detection/response rate when moving from a cheap USB mic to a decent webcam microphone. I would say the response now is on the order of 1-2 secs, with effectively no errors in voice interpretation. I’m sure this is helped immensely because the clarity of the audio into the rpi is much clearer - the cheap USB mic had terribly noisy audio in.

        1 Reply Last reply Reply Quote 1
        • S Do not disturb
          sdetweil
          last edited by

          i am running MMM-voice on an ODroid Xu4, which is very fast.

          I also use another voice enabled smart mirror on this same device.

          with a Logitech webcam as the mic.

          MMM-voice gets the hotword correct every time, but almost none of the following words.

          the same hardware setup works correctly with arecord as the wav source, but uses google speech detection for everything after the hotword.

          it appears the system is using the default language model (lm) and dictation (dic) files.

          anyone have a suggestion on debugging this?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @sdetweil
            last edited by

            @sdetweil set debug: true in the config and you will see what the mirror recognizes

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil
              last edited by

              i have that, but the text ‘recognized’ is not what i said.

              if I speak slowly, i can get ‘magic mirror’
              then wake up is ‘wake go’ or ‘wake all’,

              hide calendar is ‘hide who’
              open help is ‘open go’

              the smart-mirror project also uses ‘go to sleep’ and ‘wakeup’

              ‘hide newsfeed’ is ‘hide to show the’, ‘hide is the’

              none of the commands, when recognized, do anything…

              hide modules

              go to sleep (not on PI so the tvservice doesn’t exist), but no error is logged

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              strawberry 3.141S 1 Reply Last reply Reply Quote 0
              • strawberry 3.141S Offline
                strawberry 3.141 Project Sponsor Module Developer @sdetweil
                last edited by

                @sdetweil I can tell you the same as I just told another user

                as the author of MMM-voice I can tell you, that my module doesn’t support a command called hide clock at all. You are probably using hello-lucy, at least that’s a mod I’m aware of which enhances the commands. You can see the command list here https://github.com/fewieden/MMM-voice#usage

                i also had problems due to my accent. you can also look into the dic file how the system expects you to pronounce it

                Please create a github issue if you need help, so I can keep track

                1 Reply Last reply Reply Quote 1
                • S Do not disturb
                  sdetweil
                  last edited by

                  ok, got it… voice detection is sensitive…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • richland007R Offline
                    richland007
                    last edited by

                    @strawberry-3-141 OK i am trying to install this module and i have read all forum posts on this thread.
                    I did have AlexaPi installed and working previously and as i can tell from other users this installation ruins it but i could live with that. However MMM-voice keeps giving error 1 on its error log even after deleting node modules, pocketsphinx and sphinxbase and reinstalling again. The icon on MM goes briefly Ready Select Mode than back to Error how do i fix that like i said i have read everything all installations go perfectly all 1 through 5 out of 5. what am i doing wrong??
                    The other question is… I also want to use 2 microphones ideally and both apps… i was using AlexaPi flawlessly with one of the mics and i wanted to use a second mic for MMM-voice since it gives you the option to select which one you want to use do you think that is doable? is it meant for that??
                    What can i do to use both AlexaPi and one of the MMM voice modules so i can control the display and show and hide certain modules both on the same Rpi.
                    I tried MMM-MirrorMirrorOnTheWall already but i am stuck half way with no one to help me through the end and it is an extremely difficult module to fully install.
                    Anyhow any help will be greatly appreciated
                    Denis

                    strawberry 3.141S 1 Reply Last reply Reply Quote 0
                    • strawberry 3.141S Offline
                      strawberry 3.141 Project Sponsor Module Developer @richland007
                      last edited by

                      @richland007 can you please enable temporarily the more detailed debug log with debug: true?

                      Please create a github issue if you need help, so I can keep track

                      1 Reply Last reply Reply Quote 0
                      • richland007R Offline
                        richland007
                        last edited by

                        @strawberry-3-141 Thank you so much for replying back to me :)
                        Did what you asked and on the MM itself it says Error Undefined but on the debug log everything sems to go fine until the very last sentence that says this:

                        “Error opening audio device plughw:1 for capture: Connection refused
                        FATAL: “continuous.c”, line 245: Failed to open audio device”

                        When i run “cat /proc/asound/cards” i get this
                        “0 [ALSA ]: bcm2835_alsa - bcm2835 ALSA
                        bcm2835 ALSA
                        1 [Set ]: USB-Audio - USB Headphone Set
                        USB Headphone Set at usb-3f980000.usb-1.5, full speed”

                        And in the config.js file obviously i have selected the only mic i have right now number 1 USB headphone set and i know it is working just fine.

                        Let me know how what does that tell you
                        and again thank you
                        Denis

                        strawberry 3.141S 1 Reply Last reply Reply Quote 0
                        • strawberry 3.141S Offline
                          strawberry 3.141 Project Sponsor Module Developer @richland007
                          last edited by

                          @richland007 can you check the following to see if another program can access the mic https://scribles.net/voice-recording-on-raspberry-pi/

                          Is there already another Programm running in the background which is accessing the mic?

                          Please create a github issue if you need help, so I can keep track

                          1 Reply Last reply Reply Quote 0
                          • richland007R Offline
                            richland007
                            last edited by

                            @strawberry-3-141 Hello there,
                            I tested the mics following the steps on the above site and my microphone works just fine no errors the audio is good coming from the speakers and clear i do get a warning that does not affect anything that says:
                            “Warning: rate is not accurate (requested = 44100Hz, got = 48000Hz)
                            please, try the plug plugin”
                            but it does not affect the audio or the command actually when i try another mic it does not give me that error at all however the audio is not nearly as good.
                            So to recap the mic works it records a test file and gives no errors.

                            D

                            strawberry 3.141S 1 Reply Last reply Reply Quote 0
                            • strawberry 3.141S Offline
                              strawberry 3.141 Project Sponsor Module Developer @richland007
                              last edited by

                              @richland007 it looks like it is a problem between alsa and pulseaudio https://sourceforge.net/p/cmusphinx/discussion/help/thread/c39732a2/

                              Please create a github issue if you need help, so I can keep track

                              1 Reply Last reply Reply Quote 0
                              • richland007R Offline
                                richland007
                                last edited by

                                @strawberry-3-141 I know i have ALSA on my system but i don’t recall ever having to install Pulseaudio on my system. Is it required by this module? pulse audio that is …can i install it??
                                Denis

                                strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                • strawberry 3.141S Offline
                                  strawberry 3.141 Project Sponsor Module Developer @richland007
                                  last edited by

                                  @richland007 I’m sorry I can’t really tell you something other than what I find googling myself, I never experienced sth similar other than couldn’t open device resource is busy.

                                  Please create a github issue if you need help, so I can keep track

                                  richland007R 1 Reply Last reply Reply Quote 0
                                  • richland007R Offline
                                    richland007 @strawberry 3.141
                                    last edited by

                                    @strawberry-3-141 Well i tried to install PulseAudio and use that instead of straight ALSA and configured it right according to the settings i found , i also removed and installed again MMM-voice but still the same error persists.
                                    I tired every which way to tweak it as much as i could to make it work, for what i know cause i am no expert, but still no luck.
                                    What can i do other than a fresh Rpi install that i dont want to do cause i have so many modules installed already??
                                    D

                                    1 Reply Last reply Reply Quote 0
                                    • ArzegA Offline
                                      Arzeg @Mykle1
                                      last edited by Arzeg

                                      Hey guys,
                                      first of all thank u so much for creating this module @strawberry-3-141 i love it!
                                      and @Mykle1 thanks for the solution it works perfect for me with

                                      LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
                                      

                                      I wasted a half year ago a couple of weeks with this module because it does not work for me, till now!
                                      Yesterday i’ve reinstalled the Whole MM on a fresh Raspbian system and read all the comments here.

                                      But there is one question still alive, i am in struggle with the commands i am not sure if i say it right.

                                      MAGIC MIRROR -> VOICE = (going to Voice Mode)
                                      (VOICE flashing) -> HIDE MODULES, SHOW MODULES, GOING TO SLEEP, WAKE UP

                                      That works fine.

                                      But what should i do if (VOICE) don’t flashing?
                                      and are there different modes instead of VOICE?
                                      oh and last but not least if i say (in flashing voice mode) Open Help or Close Help nothing happens :/

                                      1 Reply Last reply Reply Quote 1
                                      • cowboysdudeC Offline
                                        cowboysdude Module Developer
                                        last edited by

                                        Thank @strawberry-3-141 … he worked very hard on this and did a great job!

                                        1 Reply Last reply Reply Quote 0
                                        • E Offline
                                          Egnos
                                          last edited by

                                          Hi everyone!
                                          MMM-voice does not understand what I say!
                                          For example:

                                          • If I say “OPEN HELP” it understands “OPEN OF OF” or “OPEN THE”
                                          • If I say “MAGIC MIRROR” he understands “MAGIC TO”

                                          I think nobody has had these problems … correct?

                                          I’m starting to think that the problem is the quality of the microphone.
                                          I bought this microphone Microphone-Raspberry-Recognition.

                                          I have recording a test and I hear a background noise…
                                          Can someone recommend a good microphone?

                                          Thank you all.

                                          My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                                          1 Reply Last reply Reply Quote 0
                                          • E Offline
                                            Egnos
                                            last edited by

                                            No advice for the purchase?

                                            Thanks

                                            My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                                            Mykle1M 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 16 / 17
                                            • 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