React Native audio change pitch sound audio

830 Views Asked by At

I'm looking for solution in react-native to change audio file pitch on iOS, https://github.com/zmxv/react-native-sound look's like using AVAudioPlayer and that's why it's not supported for changing pitch on iOS. so my main question is there any iOS package that's available on RN in that regard? I tried using bridging native file one but it's very hard to do and needs Swift experience.

0

There are 0 best solutions below