react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.84k stars 495 forks source link

Volume is very quite #81

Open girginsoft opened 6 years ago

girginsoft commented 6 years ago

I am using this library my package json looks like

"react-native": "0.54.2",
"react-native-voice": "^0.2.6",

I have an issue with the volume. It is very quiet if I am increasing the volume, it didn't affect. How can I set the pitch parameter or how can I increase volume?

girginsoft commented 6 years ago

The source of the problem is it is not using the speaker, but how I can change this I don’t know

jamsch commented 6 years ago

I'm assuming you're using iOS and the problem is that you're changing the app's audio category to PlayAndRecord which decreases the volume, and not back to it's initial audio category after speech recognition has completed.

ajabeckett commented 6 years ago

@jamsch How can we change the app's audio category back after speech recognition has completed?

peteychuk commented 6 years ago

Any luck on this?

lfoliveir4 commented 4 years ago

@girginsoft Did you solve your problem?