I'm searching for library that has those features:
- can save and load from wav files, compression to/from Mp3 is an option but not necessary
- give me possibility to change speed, volume and tone of part of audio file
Do you know such open source library that I can use in C# application?
| |||
|
feedback
|
|
As an alternative to NAudio, you might look into BASS. There is a solid .NET wrapper for it, and plenty of example code to get started for a number of audio tasks. | |||
|
feedback
|