gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
473 stars 156 forks source link

Partially implemented #29. Use setMuteSpeechRecognizerSounds(true) t… #30

Closed EdwinVanRooij closed 4 years ago

EdwinVanRooij commented 5 years ago

…o mute the phone's audio right before starting to listen for speech input, unmuting the phone's audio right after getting the results.

gotev commented 4 years ago

Closing this cause it's not sustainable and clean

EdwinVanRooij commented 4 years ago

That's fair.

gotev commented 4 years ago

The engine used by the speech recognition is the same of Voice Search and I think the sound part has been designed on purpose, as it's the same across all the Google Apps which uses it. Personally I find it ok as a sound and feedback to the user, but if you want full customization, you should switch to Cloud Speech APIs and you will have also the chance to handle all the details involved.