I need to incorporate REVERSED audio in my react native app.
I'm working with Expo Audio's example app for reference https://github.com/expo/audio-recording-example
The audio does not need to be stored-long term nor needs a slider.
I've tried to see if changing the rate from 1.0 to -1.0 would work but it seems it can only be positive (1.0 - 32.0). I'm not sure if there's a way I can access that temporary recorded file and create a new audio file by manipulating an array?
What is the best way to go about this?