Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Audio library for c# [closed]

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?

like image 751
Marek Kwiendacz Avatar asked Feb 18 '11 23:02

Marek Kwiendacz


1 Answers

I believe NAudio has all or at least most of those features.

like image 97
BrokenGlass Avatar answered Oct 05 '22 18:10

BrokenGlass