• 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.

MMM-TTS

Scheduled Pinned Locked Moved Utilities
text-to-speech
19 Posts 4 Posters 12.3k Views 5 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.
  • A Offline
    alexyak @strawberry 3.141
    last edited by Aug 28, 2016, 1:40 PM

    @strawberry-3.141 what’s left there, what’s working and what’s not?

    1 Reply Last reply Reply Quote 1
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer
      last edited by Aug 28, 2016, 1:42 PM

      voice recognition and installer are finished, but need to build the module itself

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

      A 1 Reply Last reply Aug 28, 2016, 5:11 PM Reply Quote 1
      • C Offline
        cowboysdude Module Developer
        last edited by Aug 28, 2016, 3:29 PM

        You two are amazing! It’s people like you that bring this type of technology and make it reachable by far more people that just couldn’t afford to pay HUGE amounts of money to just buy a mirror that works…

        Thanks for ALL your hard work and patience with those of us who are neither py or js developers!

        A 1 Reply Last reply Aug 28, 2016, 5:10 PM Reply Quote 0
        • A Offline
          alexyak @cowboysdude
          last edited by Aug 28, 2016, 5:10 PM

          @cowboysdude thank you.

          1 Reply Last reply Reply Quote 1
          • A Offline
            alexyak @strawberry 3.141
            last edited by Aug 28, 2016, 5:11 PM

            @strawberry-3.141 I could start looking at the module for voice rec. if you don’t mind.

            1 Reply Last reply Reply Quote 1
            • D Offline
              davericher @strawberry 3.141
              last edited by May 8, 2017, 5:13 AM

              @strawberry-3.141 Not to be a debbie downer, but does electron not expose Chromes built in multi voice text to speech api?

              https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

              S 1 Reply Last reply May 8, 2017, 6:37 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @davericher
                last edited by May 8, 2017, 6:37 PM

                @davericher should be, but that wouldn’t work for people with serveronly mode

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

                D 1 Reply Last reply May 9, 2017, 1:22 AM Reply Quote 0
                • D Offline
                  davericher @strawberry 3.141
                  last edited by May 9, 2017, 1:22 AM

                  @strawberry-3.141 True, but it would work for every connected client

                  S 1 Reply Last reply May 9, 2017, 9:17 AM Reply Quote 0
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer @davericher
                    last edited by May 9, 2017, 9:17 AM

                    @davericher if you like you can create a pr to let the user decide via config if he wants to use festival or speech synthesis :)

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

                    1 Reply Last reply Reply Quote 1
                    • C Offline
                      cowboysdude Module Developer
                      last edited by Jan 2, 2018, 3:50 AM

                      Question…this is what I"m trying to do…

                      else if (/(HIDE)/g.test(data) && /(CLOCK)/g.test(data)) {
                                this.hide(0, {lockString: 'MMM-voice'});
                                this.sendNotification('MMM-TTS', 'Hiding Clock');
                              }  else if (/(SHOW)/g.test(data) && /(CLOCK)/g.test(data)) {
                                this.show(0, {lockString: 'MMM-voice'});
                              this.sendNotification('MMM-TTS', 'Showing clock');
                              }  
                      

                      It works buttttttttttttttt the 1st time you fire it off it doesn’t stop LOL

                      “Showing clock”…“showing clock”…“showing clock”…

                      Same for Hiding clock

                      Apparently I’m not using it correctly hahahhahhahhaha

                      SO which is the correct way?

                      S 1 Reply Last reply Jan 2, 2018, 10:22 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • 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