Matthew Kennerly
Matthew Kennerly
Sorry, I should clarify that the shawl-child test is checking for the configured system volume (i.e., the Windows volume slider), not necessarily the level of audio that's currently playing. I...
Okay, here's a better test: > [shawl-child-issue-50-v2.zip](https://github.com/user-attachments/files/15990786/shawl-child-issue-50-v2.zip) It logs both the configured system volume and the current peak output value. It's checking the main/default audio endpoint - I'll try to...
One more version 😅 This one logs the default input and output audio device volume/level for multiple categories. > [shawl-child-issue-50-v3.zip](https://github.com/user-attachments/files/15991573/shawl-child-issue-50-v3.zip) ``` [INFO] Audio: Ok({"input-console": Audio { volume: 18.0, peak: 0.0...
> I wonder if volume and peak are reversed in the capture or logging That's just what it's called in the Windows API calls I was using. "Volume" is the...
Thanks, that helped! Here's a test using `mciSendStringA`: > [shawl-child-issue-50-v4.zip](https://github.com/user-attachments/files/16154180/shawl-child-issue-50-v4.zip) Sample output (for `mci-status`, the `message` starts with the level, like 31 when it was quiet or 4220 when it...
@bluebrook-sean Hey, just wanted to follow up and see if you've had a chance to try the v4 test?
Thanks for testing! I get the same behavior on my system, so we have a minimal, consistent test case. I found a solution that works on my system, if you...
Hmm, that's strange. I'm not sure why it would behave differently on our systems (unless this is the Home vs Pro/Enterprise difference you suspected). Could you also try: * Set...
Yes, I don't have a Pro/Enterprise system available to test, unfortunately.
Sure, that would be a big help. Feel free to send the code using whichever is easier: * Email: [email protected] * Discord: mtkennerly Would someone need to be around each...