PulseAudio client implementation in pure Go
Last updated Jun 29, 2026
100
Stars
28
Forks
3
Issues
0
Stars/day
Attention Score
45
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
pulse
PulseAudio client implementation in pure Go.
Based on github.com/yobert/pulse, which provided a very useful starting point.
Uses the pulseaudio native protocol to play audio without any CGO. The proto package exposes a very low-level API while the pulse package is more convenient to use.
status
protosupports almost all of the protocol, shm support is still missing.
pulseimplements sufficient functionality for most audio playing/recording applications.
examples
see demo/play and demo/record
🔗 More in this category