From an audio file (mp3 song) and I'm trying to extract the "instrument" part of the file to create a minus one track.
How can this be done with .NET?
Is there any way to achieve something like this? :
new AudioFile("song.mp3").RemoveVocals().SaveTo("song edited.mp3")
Synopsis of BlueRaja's useful comments below the question:
Music and vocals are usually combined in the studio before the song is released. If the vocals and music are on one combined track, there'll be no reliable way to separate them, since removing "vocal sounds" of a certain frequency will also end up removing "instrumental sounds" that happen to be in the same frequency. (read: sounds are sounds and "vocal" is a kind of "instrument".)
However, if the vocals and music are encoded on separate tracks, there'll be a way to separate them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With