blob: 1fc718d7b9b958bb73a263adca3671e95802b7d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# soundbox-go
[soundbox-go][1] is a Go library to interface with [soundbox][2] devices. It
currently requires that the [ffmpeg][3] command line utility is installed.
While the repository and project name is `soundbox-go` the Go module name is
only `soundbox` to make the resulting code more readable.
[1]: https://xengineering.eu/git/soundbox-go
[2]: https://xengineering.eu/git/soundbox
[3]: https://ffmpeg.org
|