Sir,
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 code. Is it possible? and How?
Thank you.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Sir,
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 code. Is it possible? and How?
Thank you.
Well i might be too late but i am even looking for this answer and in my research i found out that there is no way other than Machine Learning to separate audios efficiently that is.
Because even if i separate audios based on there frequency range, it would have a drastic efficiency, as many instruments frequencies overlap. We can use HPSS but it would just separate harmonic components from percussive ones.
But i am working on developing a heuristic approach towards sound separation efficiently and for that i need to focus on other properties of sound that differentiate the instruments. Thinking of using Psychoacoustics.
If you want to work on this and could be an asset, drop a reply.