We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'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?I believe NAudio has all or at least most of those features.
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.
精彩评论