I have not looked into the Java Sound API too much before I had this idea, so I went and looked at the Tutorial by Oracle concerning this topic. I did not find what I was looking for, though...
Basically, I need to take the audio feed from the microphone input and mix in another audio file. This would be for Skype, to play background music. Now the important thing about this is that the modified audio feed would have to be used BY Skype instead of the original microphone-only audio.
Is there any (easy?) way to achieve this?
Regards, Tom S.