audio_flutter_linux 0.1.0
audio_flutter_linux: ^0.1.0 copied to clipboard
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_flutterover the PulseAudio/PipeWire command-line tools, with no native code. - Capture spawns
parecordand falls back topw-record; playback spawnspaplayand falls back topw-play. - Source targeting, monitor resolution from the default sink, and input/monitor
enumeration via
pactl. - Bounded frame ring honouring
maxBufferedDurationand everyPlatformCaptureOverflowPolicy, drained byreadCaptureFrames. - Stall watchdog reporting
SystemCaptureDead, plus process-exit failures carrying a stderr excerpt. rawRecordingPathsupport through a streaming WAV writer.