Closed lingfeidiewu closed 5 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)
i have submitted a pr to increase volume #11
@saibharani thanks for the PR. Instead of a hardcoded audio source, I've made it as a configurable option. Check out the new release.
I use react-native-sound to play the sound recorded, the volume is too low. Is there any method to increase the volume?