goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 100 forks source link

Set volume of recording #6

Closed lingfeidiewu closed 5 years ago

lingfeidiewu commented 6 years ago

I use react-native-sound to play the sound recorded, the volume is too low. Is there any method to increase the volume?

vinayr commented 6 years ago

May be your device volume is low? check sample app App1.js in Example folder. Try react-native-sound methods like setCategory, setVolume. Eg - Sound.setCategory('Playback'), whoosh.setVolume(0.5)

saibharani commented 5 years ago

i have submitted a pr to increase volume #11

vinayr commented 5 years ago

@saibharani thanks for the PR. Instead of a hardcoded audio source, I've made it as a configurable option. Check out the new release.