filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.14k stars 450 forks source link

MMNotificationClient do not raise events if created with default constructor #451

Open fabri9532 opened 3 years ago

fabri9532 commented 3 years ago

In CSCore v1.2.1.2 MMNotificationClient do not raise any events if created with the default constructor. It work if I create a MMDeviceEnumerator and pass it by parameter to relative constructor. In CSCore v1.2.0 it work with default constructor.