Hi everyone,
I'm looking for a library capable of creating an audio file (mp3 or wav).
NAudio stands out as a good candidate, but not sure if and how it can do specifically what I need.
I want to mix a number of audio samples into a single file, have them play simultaneously with control over each sample's start and end timing when "rendering" the audio file.
Is this possible with NAudio? If so, how? Can you point out a good tutorial?
Also, are there any other recommended .net audio libraries?
Thanks!