win32audio
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.5.0
3.5K downloads/mo
#4374 most downloaded on pub.dev
Far-Se/win32audio
What this package is like to depend on
Last release 8 months ago
12 Dec 2025
Release timing varies
gaps range from 4 weeks to 2.1 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
10 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
10 releases · Jun 2022 to Dec 2025
2023
2024
2025
2026
Releases
latest 10-
1.5.012 Dec 2025Release notes
Open source →- Added setAudioMixerVolumeByPath and setAudioDeviceVolume functions by @blitzdose
- Fixed various memory leaks detected by AI.
- Added setSampleRate and getSampleRate.
-
1.4.014 Dec 2024Release notes
Open source →- 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.101 Nov 2022 -
1.3.028 Aug 2022Release notes
Open source →- 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.
- Added
-
1.2.023 Aug 2022Release notes
Open source →- Added new parameters for setDefaultDevice and switchDefaultDevice:
{bool console = false, bool multimedia = true, bool communications = false}
-
1.1.122 Jul 2022 -
1.1.021 Jul 2022Release notes
Open source →- Changed icon extraction process because old one crashed on monitors with higher DPI
- Added a new class
WinIconswith 3 functionsextractExecutableIcon,extractWindowIcon,extractIconHandle
-
1.0.225 Jun 2022 -
1.0.125 Jun 2022 -
0.0.125 Jun 2022