Releases: mrbindraw/DemoStereoMix
Releases · mrbindraw/DemoStereoMix
3.0.2
3.0.0
Main updates:
- Migrated to Qt 6.9.0, x64, MSVC 2022, QtCreator 16.0.2 and cmake build system;
- Fixed compile, added include for QVariant in SysAudio class;
- Added msgbox critical, show when stereo mix device not found;
- Updated widget ui: locked min-max size;
- Fixed warnings: clazy-connect-by-name, clazy-container-anti-pattern, clazy-range-loop-detach, deprecated-declarations;
- Replaced Q_ASSERT_X to qDebug;
Full Changelog: 2.0.0...3.0.0
2.0.0
Main updates:
- Replaced pointers for COM variables to CComPtr;
- Added class SysAudio, wrapper for specific functions from Windows Core Audio APIs;
- Refactored widget class, implemented SysAudio class;
Full Changelog: v1.0.0...2.0.0