Python has a lot of functionality for this by default. It can read/write WAVs as you probably already know. More info: https://wiki.python.org/moin/Audio/ Otherwise, I'd look at something like pydub which can do everything Python's standard library does and more. Easier to use IMO, too: http://pydu...