gotev / android-speech

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

Record speech to text voice #71

Open neronguyenvn opened 3 days ago

neronguyenvn commented 3 days ago

Hi, did you find a solution to record the speech to text voice with MediaRecorder ?. Seems it is proritiezed when enabled and take over the speech voice so speech to text function no longer work.

gotev commented 2 days ago

Haven't made such experiments yet. It's entirely handled by the system, however it makes sense to disable the voice search feature if a recording is already happening.