|
Post by hooyacrusty on Nov 28, 2010 14:29:56 GMT
Hi,
I'm trying to write a small Windows C++ app to get audio input from a microphone and use it to trigger MIDI output. My problem is that I can't seem to find any examples on how to set the audio driver (I want to use ASIO4ALL) from in my C++ code. Any help would be greatly appreciated.
Rob.
|
|
tomyn
New Member
Posts: 26
|
Post by tomyn on Nov 30, 2010 18:26:56 GMT
Hi,
using ASIO drivers is totally different from using windows audio drivers, and could not be done using waveIn/out functions or the IDirectSoundCapture interface. As a good start get the ASIO SDK
Tomy
|
|
|
Post by hooyacrusty on Dec 2, 2010 14:49:30 GMT
|
|