Bit detection from string to

I am not trying to use the detection algorithms from here in Java. My problem: how to get the current sound mixer from the sound card as a data source for algorithms?

+3
source share
1 answer

Check out the Java Tutorial for Accessing Audio Resources .

+2
source

All Articles