reading from the Microphone
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
hello how can i read a stream from the sound card?
-
hello how can i read a stream from the sound card?
A couple popular ways are: Windows Multimedia Waveform Audio[^] DirectSound[^] There's no performance advantage using DirectX (DirectSound) over windows multimedia for audio. If you've done any DirectX coding, or already use DirectX in your code, then you may find DirectSound easier. Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
hello how can i read a stream from the sound card?