Read the statement by Michael Teeuw here.
MMM-voice
-
I’m here for a while if you should come around
-
I tested my microphone on the Pi by doing this:
pi@Pi3:~ $ arecord -D plughw:1,0 test.wav Recording WAVE 'test.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono ^CAborted by signal Interrupt... pi@Pi3:~ $
That gave me this:
Which sounds ok. Clear, and not too much white noise.
As long as my Audio Device Settings looks like this:
I am not in debug mode
{ module: 'MMM-voice', position: 'top_right', config: { microphone: 1, keyword: 'MAGIC MIRROR', // UPPERCASE ONLY timeout: 15 } },
However, I am getting this:
At least we got it working
-
@Mykle1 the second line is in debug mode only
-
@strawberry-3.141 said in MMM-voice:
the second line is in debug mode only
So, can I remove that from showing?
-
@Mykle1 it shouldn’t be there when you not added debug flag in the config
-
I’ll try
debug: false
and see what happens -
You’re right again. I had config.js opened twice. One with debug and one without. I removed debug and saved and closed both. Now it’s fine. One last thing, if you don’t mind, I’d like to align everything in MMM-voice to the right margin. Please and thank you. :thumbsup_tone1:
-
@strawberry-3.141 Oh, and I can change the 'MAGIC MIRROR" activation phrase to something else?
-
@Mykle1 yes you can change it, that’s why it is configurable. try to apply the rule
text-align: right;
in custom.css -
@strawberry-3.141 said in MMM-voice:
yes you can change it, that’s why it is configurable. try to apply the rule text-align: right; in custom.css
I will endeavor to try, thanks for your help