Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46fce20771 |
@@ -44,6 +44,8 @@ internal class AudioDevice : IAudioSessionEventsHandler
|
||||
_logger.Information("AudioEndpointVolume_OnVolumeNotification: {name} {muted}", _friendlyName, data.Muted);
|
||||
|
||||
IsMuted = data.Muted;
|
||||
|
||||
AudioSessionsChanged?.Invoke();
|
||||
}
|
||||
|
||||
private void AudioSessionManager_OnSessionCreated(object sender, IAudioSessionControl newSession)
|
||||
|
||||
Reference in New Issue
Block a user