✅ 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?
1 Reply
found the issue. it was my volume bar, I was using volumebar.actualWidth to calculate the full width of the bar, but that value changes when the volume changes. so when i do math to fill it a percentage, it jumps to 0 in like 3 steps