Categorygithub.com/jfreymuth/pulse
repositorypackage
0.1.1
Repository: https://github.com/jfreymuth/pulse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

pulse

GoDoc

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

  • proto supports almost all of the protocol, shm support is still missing.

  • pulse implements sufficient functionality for most audio playing/recording applications.

examples

see demo/play and demo/record