✅ Windows Audio Capture
Building an XAML application. The eventual goal is to capture an audio source and stream it to another application using webhooks.
This is my first time doing:
1) XAML
2) Audio anything
3) Webhooks
i detect audio sources with this method:
Then i use these methods to start and stop recording
I added a volume bar so i could see the audio being captured and the audio bar gets set to 0 when i pick an audio source (its one if the mic is null). I think this means i am not capturing audio. but i don't actually know.
How do i even debug this?
This is my first time doing:
1) XAML
2) Audio anything
3) Webhooks
i detect audio sources with this method:
Then i use these methods to start and stop recording
I added a volume bar so i could see the audio being captured and the audio bar gets set to 0 when i pick an audio source (its one if the mic is null). I think this means i am not capturing audio. but i don't actually know.
How do i even debug this?