birdofpreyru / react-native-audio

React Native: access to the audio input stream, and audio sample player
https://dr.pogodin.studio/docs/react-native-audio
Other
21 stars 4 forks source link

Patch for iOS playback #12

Closed birdofpreyru closed 1 year ago

birdofpreyru commented 1 year ago

Don’t jump set the volume to 0, just move it to 1 from the current level, otherwise it may cause audible “clicks” when a sample is stopped and immediately played again. https://github.com/birdofpreyru/react-native-audio/blob/f109d9de247d814f4cae9356f2a0c1403c63f5f6/ios/RNASamplePlayer.mm#L61C12-L61C12