Skip to content

Vaggan/MagicMirror-VoiceRecognitionModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MagicMirror-VoiceRecognitionModule

Introduction

This is a voicerecognition-module for the MagicMirror created by MichMich´s.

In this version all settings are hardcoded and the voice commands are in swedish.

I gladly accept suggestions for improvements.

Configuration

No configurations yet. Everything is hardcoded at the moment.

Commands

  • Hej - Just a test that will alert a message.
  • Jag heter :name - Just a test that will alert a message including a parameter.
  • Stoppa (musiken) i :room - Stop the music in a zone.
  • Starta (musiken) i :room' - Start the music in a zone.
  • Höj (volymen) i :room - Increase the volume in a zone.
  • Sänk (volymen) i :room - Decrease the volume in a zone.
  • (Sätt) volymen i :room till :value - Set a specific volume in a zone.
  • Stoppa (all) musik - Stop the music in all zones.
  • Stoppa musiken - Stop the music in all zones.
  • Starta (all) musik - Start the music in all zones.
  • Starta musiken - Start the music in all zones.
  • Meddela :room (att) *message - Send a custom message to a zone (See annyang under requirement).

Requirement

This API is required to run to be able to communicate with the sonos system. Wihtout it we can not get the zones and we can not send ant commands.

This is a javascript library that is used to handle the voice commands.

To use the custom message youi need an API key from VoiceRSS

Experimental support for TTS. This REQUIRES a registered API key from voiceRSS! See http://www.voicerss.org/ for info.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors