Reading audio output from sound card using java

Is there anyway to read the sound output by the program / sound card? It is like reading the audio output of itunes or firefox. I have searched around and I cannot find a way to do this as it requires interacting with the sound card.

Any help is appreciated!

+2


source to share


1 answer


After you send the music to the soundcard, it will be outside java to connect to the soundcard, as this will be low-level programming, so you will need to do some kernel-level programming that won't be trivial to do.

But, even if you go low, I doubt you will be able to click on the sound card and in front of the speaker.



You can intercept in front of the sound card, but it depends on your OS and the type of your sound card.

0


source







All Articles