Windows Vista; Recording with java sound, help!
Hey guys, I have built single/multitrack recorder using the java sound API. It has came to my attention that the sound input does not work with vista. I don't have vista, but, when I had access to a vista box, it appears like the TargetDataLine available() method does not work properly in Vista.
Has anyone tested vista fully with the java sound? Could it be a issue with a signed applet? I know vista has new file permissions, but, I don't think that should effect how the program gets input from the mic. Could it be that Vista does not grant java the proper permissions to use the TargetDataLine ? I am totally lost as to why this does not work. Any help/insight would be much appreciated!

