What I need to do is insert silences in an audio, insert other audios, mix other audios (insert them with an overlapping section) and so on.

Are there any libraries for .Net (I'm using C#) that could do such a thing?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Check out NAudio

NAudio Features:

  • Play back audio using a variety of APIs
    • WaveOut
    • DirectSound
    • ASIO (not currently working with all soundcards)
    • WASAPI (Windows Vista Core Audio)
  • Decompress audio from different Wave Formats using ACM codecs
  • Record audio using WaveIn or WASAPI
  • Read and Write standard .WAV files
  • Mix and manipulate audio streams using a 32 bit mixing engine
  • Support for reading from a variety of audio file-formats including:
    • MP3
    • SoundFont
    • MIDI
    • SFZ
  • Extensive support for reading and writing MIDI files
  • Full MIDI event model
  • Basic support for Windows Mixer APIs
  • A collection of Windows Forms Controls useful for .NET Some basic audio effects, including a compressor
link|improve this answer
It seems NAudio is 32bit only. Am I wrong? – J. Pablo Fernández Dec 31 '09 at 15:59
seems to be 32-bit only: naudio.codeplex.com/Thread/View.aspx?ThreadId=46000 – Mauricio Scheffer Dec 31 '09 at 20:23
feedback

I've used Alvas Audio (http://www.alvas.net/alvas.audio.aspx) and I've been pretty happy with it. Their support team is fairly helpful as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.