I am trying to use
java sound API (not JMF) to capture microphone sound input and replay it using audion clip.
As we know, if it works, it will depend on sound card setting, sampleRate, size, channel, sign. We , programmer, are easy to adjust our coding to make it work, but for common clients, it will be boring to do this for them.
I want to know, if there is a way to detect client sound card setting so that we don't need to let user choose setting if the program doesn't work.
Thanks