Hi everyone.
I made an app using
XSpeechRecognizer made by
@Multiverse app
There is very annoying problem going on
, even with the given example:
When the recognizer is listening it is continuosly playing some "beep" sounds, that are very annoying (because when it start listening you are supposed to talk, and there is this annoying sound while you are talking).
I noticed that when the "beep" plays the Music Volume goes all the way down and then to the previous value. I understand that is the trick supposed to work to silence the annoying sound... but actually it is acting on the wrong volume setting. There is a way to solve this problem without changing the library? this is working very good! despite of this "bug".
This is the video demostrating the issue:
The volume that should be lowered, on my phone, is the red instead of the blue.
Another thing that can be done, maybe, is to enable/disabling the "silence mode" instead of lowering volume (?)
P.S. I already tried
SpeechToText Offline but I need the Italian model, and it is very poor so does not work well in my case.
Thanks in advance, i hope this problem can be solved.