diff options
author | xegineering <me@xegineering.eu> | 2024-10-03 19:16:56 +0200 |
---|---|---|
committer | xegineering <me@xegineering.eu> | 2024-10-03 20:00:04 +0200 |
commit | b8fed490c275487f14bff4f5b49a6072d27e5b5f (patch) | |
tree | 0dc59aa2a31c7168fefa47e9839b984f8a6eb502 /README.md | |
parent | 9b995e02371e45e8cb5806ee7c7eb8139bf24fd8 (diff) | |
download | soundbox-go-0.1.0.tar soundbox-go-0.1.0.tar.zst soundbox-go-0.1.0.zip |
Add soundbox.StreamURLContext()v0.1.0
This should be the primary public API of the library to stream web radio
to soundbox devices.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ # soundbox-go -[soundbox-go][1] is a Go library to interface with [soundbox][2] devices. +[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 |