Python audio reverser is simple audio tool based on wave library.
For running the script install numpy
and wave
library. Install them with
pip install numpy wave
For reversing wave file run
python reverse.py filename.wav
which will create file named filename-rev.wav
At this moment only supported format is 16 bit little endian .wav.