You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
Is there any way to disable the beep sound on start and stop of speech recognition in ionic app for android and ios platform ?
I have tried to add the following code in "SpeechRecognition.java" file from "cordova-plugin-speechrecognition" from plugins and node modules folders
AudioManager audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
audioManager.adjustStreamVolume(AudioManager.STREAM_MUSIC, AudioManager.ADJUST_MUTE, 0);
But nothing happens. Could you please help us to disable beep sound in ionic app?
We look forward to hearing from you on this question.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
Is there any way to disable the beep sound on start and stop of speech recognition in ionic app for android and ios platform ?
I have tried to add the following code in "SpeechRecognition.java" file from "cordova-plugin-speechrecognition" from plugins and node modules folders
AudioManager audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
audioManager.adjustStreamVolume(AudioManager.STREAM_MUSIC, AudioManager.ADJUST_MUTE, 0);
But nothing happens. Could you please help us to disable beep sound in ionic app?
We look forward to hearing from you on this question.
Thank you in advance!
The text was updated successfully, but these errors were encountered: