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.
We need a property in this plugin which automatically stops recognition after speech end like Android. And a solution for realtime text displays of recognition on iOS.
The problem: After recognition I send the text to the server and get response audio file from server. I play this audio file, but the volume decreases. And when using headset the volume play on the speaker of phone by default.
The text was updated successfully, but these errors were encountered:
I faced the same issue and fixed it by changing thee lines of "SpeechRecognition.m" file
First of all as I see, the problem was fixed in new version of plugin (v1.2.0). In my case Im using cordova-plugin-speechrecognition 1.1.2 "Speech Recognition" so I changed these lines:
I'm developing chatbot with Ionic.
We need a property in this plugin which automatically stops recognition after speech end like Android. And a solution for realtime text displays of recognition on iOS.
The problem: After recognition I send the text to the server and get response audio file from server. I play this audio file, but the volume decreases. And when using headset the volume play on the speaker of phone by default.
The text was updated successfully, but these errors were encountered: