amadeo-alex

Results 94 comments of amadeo-alex

The fact that this issue existed for so long without any traction is at best laughable. All while UWP Toolkit users are advised to move to the App SDK when...

Hello, I'd also like to see this implemented. Although it has been stated that this would replicate the system settings - not quite. Various people (including me) are affected with...

Duplicate of https://github.com/LAB02-Research/HASS.Agent/issues/122

Hello, Could you please provide: - the custom WMI query that you've created - output of the mentioned WMI query

Thank very much for a quick answer! I really like the proposed solution with events, didn't know it can be done this (cleaner) way. I'll play with it, this library...

Is session handling supposed to be done in similar fashion - OnSessionCreated? I've created a simple example based on the code above that iterates the sessions and I can still...

I haven't confirmed that yet but it looks like even the basic setup with events leak a bit of memory? Not certain at this point, I'll let it run for...

I'll be honest, I'm confused at this point :D Code: ``` internal class Program { private static ConcurrentDictionary _devices = []; private static void AddDevice(MMDevice device) { Console.WriteLine($"adding device: {device.DeviceFriendlyName}");...

Ohhh, that is more than interesting! Thank you for your tests and investigation - I'll try that right away.

You seem to be quite correct (it started at 12MB): ![4OD52h](https://github.com/morphx666/CoreAudio/assets/68441479/290b2f3e-9323-4456-94d6-fcec353a7284) This kind of behaviour is very interesting and confusing at the same time :D