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?