system_audio_meter 0.2.0 copy "system_audio_meter: ^0.2.0" to clipboard
system_audio_meter: ^0.2.0 copied to clipboard

Real-time desktop audio level meter for Flutter with input/output device monitoring.

0.2.0 #

  • Added AudioDeviceEvent, AudioDeviceEventKind, and AudioDeviceFlow.
  • Added deviceEvents so Dart can listen for input/output connection and disconnection changes.
  • Added automatic Windows reattachment logic for active input and output streams when devices return.
  • Added selected-device recovery by friendly name when Windows recreates a device with a new deviceId.
  • Added UI-side auto-refresh and auto-resume behavior in the example app for reconnectable devices.
  • Improved disconnect handling so meters reset cleanly to 0 / 0 while waiting for reconnection.

0.1.1 #

  • Added AudioInputDevice and input-device metadata on AudioLevels.
  • Added input device listing, selection, and current-device queries to the Dart API.
  • Added inputLevels, startInput, stopInput, and isInputRunning.
  • Added Windows WASAPI input capture support alongside the existing output loopback path.
  • Expanded the example app to demonstrate both output and input metering.

0.1.0 #

  • Initial public release.
  • Added the desktop SystemAudioMeter.instance API.
  • Added AudioLevels and AudioOutputDevice models.
  • Added MethodChannel and EventChannel integration for meter streaming.
  • Added Windows WASAPI loopback support for real-time stereo peak levels.
  • Added safe unsupported stubs for macOS and Linux.
  • Added an example app, screenshot assets, and README documentation.
2
likes
0
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time desktop audio level meter for Flutter with input/output device monitoring.

Homepage

Topics

#audio #desktop #flutter-plugin #meter #wasapi

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on system_audio_meter

Packages that implement system_audio_meter