• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Creating Custom Voice Commands for Hello-Lucy...?

Scheduled Pinned Locked Moved Troubleshooting
30 Posts 4 Posters 6.2k Views 4 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.
  • S Offline
    sdetweil @Doctor0ctoroc
    last edited by Jun 4, 2020, 6:52 PM

    @Doctor0ctoroc the tool uses a compiler of sorts to build the dictionary and language model
    this is an unlimited vocabulary voice reco engine.

    you can make is a limited vocabulary type by changing the dictionary

    see the lmtool info
    http://www.speech.cs.cmu.edu/tools/FAQ.html

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    D 1 Reply Last reply Jun 4, 2020, 7:09 PM Reply Quote 0
    • D Offline
      Doctor0ctoroc @sdetweil
      last edited by Jun 4, 2020, 7:09 PM

      @sdetweil Okay cool - so it does seem like the tool generates pronunciations (strings of phonetic symbols) based on a dictionary of actual words but can also create pronunciations for new words (like proper names, eg Jarvis) so long as they are not too complicated (or over 35 characters) - however, it seems that it is less reliable to create pronunciations based on uncommon words than it is to create pronunciations for existing words. And the tool is also used to create complete sets of words to be referenced locally, if I’m not mistaken. This would mean that I can theoretically create a text file including all of the new words I want to add and upload it to both the lmtool and lextool, then I would add the output content to the .lm and .dic files included with Hello-Lucy. I think…

      I may just create copies of all the related files in Hello-Lucy and do some experimenting with the option to revert back to the copied files.

      S 1 Reply Last reply Jun 4, 2020, 7:10 PM Reply Quote 0
      • S Offline
        sdetweil @Doctor0ctoroc
        last edited by Jun 4, 2020, 7:10 PM

        @Doctor0ctoroc yep, you got it

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Jun 4, 2020, 8:01 PM Reply Quote 0
        • D Offline
          Doctor0ctoroc @sdetweil
          last edited by Jun 4, 2020, 8:01 PM

          @sdetweil said in Creating Custom Voice Commands for Hello-Lucy...?:

          @Doctor0ctoroc yep, you got it

          Yes! So now that I got a handle on that, I need to figure out how the .js and .json files utilize the local sphinx library.

          @Mykle1 - can you lend a hand here? From the looks of it, I believe that the words.json and sentences.json files contain a reference list of all of the words and phrases used in the checkCommands.json file, and they’re referenced by the node_helper.js and Hello-Lucy.js files to implement the hide/show commands, yes? Something like that? A basic hierarchy should suffice to point me int he right direction.

          S 1 Reply Last reply Jun 4, 2020, 8:11 PM Reply Quote 0
          • S Offline
            sdetweil @Doctor0ctoroc
            last edited by Jun 4, 2020, 8:11 PM

            @Doctor0ctoroc its builds the library from the sentences and words files…
            then calls lmtool to generate the lm & dic files

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Jun 4, 2020, 10:15 PM Reply Quote 0
            • D Offline
              Doctor0ctoroc @sdetweil
              last edited by Jun 4, 2020, 10:15 PM

              @sdetweil So are the .lm and .dic files generated in real time? Like, does whatever is added to the words.json and sentences.json files propagate into the .lm and .dic files or are you saying that both the words and sentences files are the basis for generating the .lm and .dic files through the sphinx tool?

              S 1 Reply Last reply Jun 4, 2020, 10:16 PM Reply Quote 0
              • S Offline
                sdetweil @Doctor0ctoroc
                last edited by Jun 4, 2020, 10:16 PM

                @Doctor0ctoroc on module startup

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Jun 4, 2020, 10:17 PM Reply Quote 0
                • S Offline
                  sdetweil @sdetweil
                  last edited by Jun 4, 2020, 10:17 PM

                  @Doctor0ctoroc module sends a message to node_helper “START”
                  and then u can read the code in node_helper

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Jun 4, 2020, 10:27 PM Reply Quote 0
                  • D Offline
                    Doctor0ctoroc @sdetweil
                    last edited by Doctor0ctoroc Jun 4, 2020, 10:29 PM Jun 4, 2020, 10:27 PM

                    @sdetweil Ah, that’s fantastic. That would explain why when I changed “Hello Lucy” to “Hey Jarvis” in the Hello-Lucy.js and config file, it was added to the .dic and .lm file…I thought it was included in there from the get go (assuming the code was written to include an alternative, ‘familiar’ AI name that users might want) but all this time, it was my change of the code that put it in there - and it totally works when I say “Hey Jarvis” instead of “Hello Lucy”!

                    So there’s no need to even edit the .lm or .dic files directly then?

                    S M 3 Replies Last reply Jun 4, 2020, 10:44 PM Reply Quote 0
                    • S Offline
                      sdetweil @Doctor0ctoroc
                      last edited by Jun 4, 2020, 10:44 PM

                      @Doctor0ctoroc no, they are generated each time the module starts

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        10/30
                        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