So I've been googling and browsing stack overflow and have been unable to find anything that meets my specifications for an audio editing library. I do not need to work on live streams, just pre-existing files. The key things I'm looking for:
- BPM Detection (this is the one that seems most rare)
- Change playback speed without affecting pitch
- Add two files together and save as mp3
- Change volume
Anyone know of a library that performs all of these? I really don't care what language it's in, but C/C++, C#, or Java would probably be best.
Thanks in advance.