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.

Results 1 to 2 of 2

Thread: Audio Source Separation

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Audio Source Separation

    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.


  2. #2
    Junior Member
    Join Date
    Mar 2025
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Audio Source Separation

    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.

Similar Threads

  1. Do I need to close an audio clip?
    By m2oswald in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 8th, 2010, 01:20 AM
  2. Help with java audio samples please!
    By Reg in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 19th, 2010, 08:41 AM
  3. Keep it simple for the retard- Outputting audio on a trigger.
    By andypooz in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 17th, 2010, 08:14 AM
  4. sun.audio
    By bguy in forum Java SE APIs
    Replies: 3
    Last Post: November 12th, 2009, 01:17 AM
  5. How to detect audio input from a telephone call?
    By ces_31 in forum Java Theory & Questions
    Replies: 0
    Last Post: August 12th, 2009, 12:45 AM

Tags for this Thread