CoreAudio icon indicating copy to clipboard operation
CoreAudio copied to clipboard

Crash after volume change with constructed MMNotificationClient

Open joxel94 opened this issue 1 year ago • 1 comments

Hello, I have the Problem, that my Programm crash with no comment if i run this two collums and change my Master Volume.

        MMDeviceEnumerator enumerator = new();
        MMNotificationClient notificationClient = new(enumerator);

joxel94 avatar Jan 23 '25 20:01 joxel94