win32audio 1.4.0
win32audio: ^1.4.0 copied to clipboard
A Windows plugin that fetches audio devices, sets default device, sets Master Volume and specific app volume and as an extra, extracts icon from exe/HWND/HICON
1.4.0 #
- Fixed some crash bugs
- Now you can listen to audio device changes with :
Audio.setupChangeListenerTo setup, on main()Audio.addChangeListeneradd it to initState(); or whereever you wantAudio.removeChangeListenerto remove a listener.- All callback functions:
OnDeviceStateChangedOnDeviceAddedOnDeviceRemovedOnDefaultDeviceChangedOnPropertyValueChanged
1.3.1 #
- Fixed an issue with missing icon id error
1.3.0 #
- Added
AudioRoleclass, withconsole, multimedia, communications,as parameters - This parameters is ignored on functions that have audioRole and also separate roles as paramters, such as
setDefaultDeviceandswitchDefaultDevice.
1.2.0 #
- Added new parameters for setDefaultDevice and switchDefaultDevice:
{bool console = false, bool multimedia = true, bool communications = false}
1.1.1 #
- Tiny tweak at how Method sends data.
1.1.0 #
- Changed icon extraction process because old one crashed on monitors with higher DPI
- Added a new class
WinIconswith 3 functionsextractExecutableIcon,extractWindowIcon,extractIconHandle
1.0.2 #
- Documentation still missing from pub.flutter-io.cn -.-
1.0.1 #
- Fixed version to a more serios version
- Generated Documentation
0.0.1 #
- Initial Release with the main functionality of the package.