I'm using react-native-track-player for my audio app. When I use TrackPlayer.setRate to set the rate to a slower speed (0.5), the audio sounds like it's coming from underwater. When I play the same audio file locally using the QuickTime Player, it doesn't sound underwater.
Anyone had the same problem, and found a solution to this?
I also got the same problem when working with react-native-track-player in ios and the solution is to use pitch alogorithm. pitchAlgorithm is only for ios.