Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Audio Source Seperation (Read 3446 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Audio Source Seperation

Hi,

Can i  separate sound of each instrument and vocal from an audio input? i need to separate the harmonics spatially and need to increase quality of each source using java or c++ code. Is it possible? and How?

Thank you.

Audio Source Seperation

Reply #1
If I understand your question, the answer is, No! "You can't un-fry and egg or un-bake a cake, and you can't un-mix a song"

See this post[/color].

With a stereo recording, you can subtract the left and rigtht channels to remove the "center channel" vocals (and everything else in the center), and of course you can isolate the left & right channels.


BTW - You don't have to write code to subtract the channels.  "Vocal Removal" is built-into most audio editors, and if not, any audio editor will allow you to invert one channel and mix.

Audio Source Seperation

Reply #2
What is the meaning  of spatially separating harmonics from an audio? i think that spatial separation results the separation of instrument sounds.

Audio Source Seperation

Reply #3
What is the meaning  of spatially separating harmonics from an audio? i think that spatial separation results the separation of instrument sounds.


You're the one who asked how to spatially separate harmonics, and now you're asking what spatial separation of harmonics actually is? Have you been assigned a task that you don't even understand the meaning of? I think you need to go back to whoever asked you to do this and get a clearer understanding of what they want. And instead of promising to do it for them, then desperately inquiring on message boards, you might have to consider just telling them "no, it's not possible."

Did you even read the previous reply?

Audio Source Seperation

Reply #4
If you have a multichannel recording where the position of microphones is known, there are mathematic methods of "focusing" on a particular source. I think this is mostly used to extract a particular voice from strong ambient noise (or other voices). It's kind of similar to how a human is able to focus on a particular remote conversation during a party (spatial information provided visually).

I can't provide more information as this was a Ph.D. thesis of one of my schoolmates, not mine.

Audio Source Seperation

Reply #5
Thank you.