MycroftAI/Mycroft-Android

Mute mycroft-core while speaking with the application

noah-frank opened this issue · 2 comments

Hello and thank you for your awesome work after 30 minutes I have the working app on my phone now. I had to change a line of code in TTSManager from
val result = mTts.setLanguage(Locale.US)
to
val result = mTts.setLanguage(Locale.getDefault())
for TTS to be in my mother tongue but now it works. Only thing I am missing is the possibility to mute the mycroft-core voice feedback. If I use the app to talk to mycroft while I am in the same room as my Picroft instance I get voice feedback from my phone and at the same time from picroft. If there is a possibility to implement such a function I would really appreciate it. Anyway thank you for your work I am not really into android app writing but I got it running really quick. Hope I can help in the future with this project and other mycroft related stuff as well.

aruke commented

Between the issue opening and today, the mute button appeared in the left bottom corner. It mutes the mobile output so that you can only hear the Mycroft instance.

device-2020-10-15-083628

I think the issue can be closed now.

Thank you! Indeed it can be closed.