Skip to content

sykacek/Audio-Reverser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PYTHON AUDIO REVERSER

Python audio reverser is simple audio tool based on wave library.

INSTALL AND RUN

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

SUPPORTED FORMATS

At this moment only supported format is 16 bit little endian .wav.

About

Python audio reversed based on wave library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages