Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating an internet radio program in java. I need to be able to create a virtual microphone. Basically I would select the virtual microphone in a Shoutcast client to stream to a Shoutcast server. I would stream live and recorded audio through the virtual mic into the program. The reason I would like to create a custom program is so that I am able to add a song queue and request function, as well as some other creative code. There is one problem however; I have no idea how to go about creating a virtual mic. Any help is appreciated.

Regards,
Jordan & Al
Posted
Updated 9-Oct-12 11:38am
v2
Comments
Mohibur Rashid 9-Oct-12 20:02pm    
if you want to create virtual mic you also need a virtual jockey.

you better develop the codec see for your music or hook sound card. i have no idea how to do that but there might be way

1 solution

Not possible in Java. You want to create a virtual hardware - that's too close to the OS.

But it's possible in C with a Simulated Capture Driver[^] @ MSDN.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900