audio_flutter_linux 0.1.0 copy "audio_flutter_linux: ^0.1.0" to clipboard
audio_flutter_linux: ^0.1.0 copied to clipboard

PlatformLinux

Linux implementation of audio_flutter capture and PCM playback over PulseAudio and PipeWire.

Changelog #

0.1.0 #

  • Initial package: Linux capture and PCM playback for audio_flutter over the PulseAudio/PipeWire command-line tools, with no native code.
  • Capture spawns parecord and falls back to pw-record; playback spawns paplay and falls back to pw-play.
  • Source targeting, monitor resolution from the default sink, and input/monitor enumeration via pactl.
  • Bounded frame ring honouring maxBufferedDuration and every PlatformCaptureOverflowPolicy, drained by readCaptureFrames.
  • Stall watchdog reporting SystemCaptureDead, plus process-exit failures carrying a stderr excerpt.
  • rawRecordingPath support through a streaming WAV writer.
0
likes
150
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Linux implementation of audio_flutter capture and PCM playback over PulseAudio and PipeWire.

Repository (GitHub)
View/report issues

Topics

#audio #flutter #linux #pulseaudio

License

MIT (license)

Dependencies

audio_flutter_platform_interface, flutter

More

Packages that depend on audio_flutter_linux

Packages that implement audio_flutter_linux