diff options
author | xengineering <me@xengineering.eu> | 2024-10-03 20:58:19 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-03 20:58:19 +0200 |
commit | 84c7e486d901722de93fa3201a716828ee615bd8 (patch) | |
tree | 28afa50a702f177ce50de0f65833928a618ee38c | |
parent | 67e1e5f7d1137a081e931873d3716c963032d935 (diff) | |
download | website-84c7e486d901722de93fa3201a716828ee615bd8.tar website-84c7e486d901722de93fa3201a716828ee615bd8.tar.zst website-84c7e486d901722de93fa3201a716828ee615bd8.zip |
git: soundbox-app: Reference soundbox-go
-rw-r--r-- | content/git/soundbox-app.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/content/git/soundbox-app.md b/content/git/soundbox-app.md index 13ddc8f..49b2e7a 100644 --- a/content/git/soundbox-app.md +++ b/content/git/soundbox-app.md @@ -5,8 +5,13 @@ "state":"experimental" } -Usage of [soundbox](https://xengineering.eu/git/soundbox) devices requires to -use [ffmpeg](https://ffmpeg.org/) on the command line and to compute IPv6 -link-local addresses from MAC addresses. +Usage of [soundbox][1] devices requires to use [ffmpeg][3] on the command line +and to compute IPv6 link-local addresses from MAC addresses. This is tedious and error prone. This app should make using soundbox way easier. + +The main logic is developed separately in the [soundbox-go][2] Go library. + +[1]: https://xengineering.eu/git/soundbox +[2]: https://xengineering.eu/git/soundbox-go +[3]: https://ffmpeg.org |