Re: using modem as telephone dialer; how2 connect usb mic to tele line?
- Posted by BRyan Sep 16, 2011
- 1672 views
Dan:
I think that you should be able to do that by using WIN32 MCI programming.
If you goto this site there is information about using the MCI mixer and etc. http://home.roadrunner.com/jgglatt/tech/winapi.htm
I don't think it matters how the mike is connected because windows just sees it as a device.
Using Win32 API you can get a list of the connected devices.
Good Luck