1

I'm going to create a small .NET desktop application in order to edit some audio files (preferably mp3 or wave files). I want something like WavePad, so that users can load a file and select desired parts and create new files from these parts. What are my options? Is there any .NET library providing these features?

Ali_dotNet
  • 3,219
  • 10
  • 64
  • 115

2 Answers2

5

There is a Library Called Naudio

Karl Tarbet
  • 193
  • 1
  • 6
Rashmin
  • 86
  • 3
3

check this SO links :

Audio Libraries for MP3 editing

may be this will help you.

Community
  • 1
  • 1