mackron / miniaudio

Audio playback and capture library written in C, in a single source file.
https://miniaud.io
Other
4.07k stars 361 forks source link

HELP , create a virtual microfone device for windows. #848

Closed xenpac closed 6 months ago

xenpac commented 6 months ago

Hi , I am building a WIN32 application that receives PCM data from a wifi microfone via UDP. I need to create a virtual microfone device that other application can open. WASAPI ? can you give me some guidelines using your code for this? thanks from a C programmer.

mackron commented 6 months ago

This is way outside the scope of miniaudio. I have no knowledge of how you would approach that problem so can't help you I'm sorry.