How can I extract some MP3 sample from an MP3 file? I want to extract some sample of about 10 seconds from these files.
Is there any way or some documentation that I can study in order to do that by myself? Thanks to everyone!
You could try a C# wrapper around ffmpeg, to convert the file to wav.
From there, you can extract whatever sample you want.
WAV-file documentation:
http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html