how can i create virtual microphone driver by using Java?

My problem is to create a program that work like virtual microphone device for let the another program like skype,msn to read sound input from the virtual device in state of real microphone. i need some suggestion or some sample source code for Java.

link|improve this question

22% accept rate
1  
What have you tried? – Treebranch Feb 2 at 15:59
1  
Please look to increase that (25%) accept rate. – Andrew Thompson Feb 2 at 16:10
feedback

1 Answer

You can't do it in pure Java because you would have to use operating system-specific native APIs to do this.

link|improve this answer
how about if i create it in windows. what tool i should use or some sample code. – MAXZZXAM Feb 2 at 23:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.