summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-03 20:58:19 +0200
committerxengineering <me@xengineering.eu>2024-10-03 20:58:19 +0200
commit84c7e486d901722de93fa3201a716828ee615bd8 (patch)
tree28afa50a702f177ce50de0f65833928a618ee38c
parent67e1e5f7d1137a081e931873d3716c963032d935 (diff)
downloadwebsite-84c7e486d901722de93fa3201a716828ee615bd8.tar
website-84c7e486d901722de93fa3201a716828ee615bd8.tar.zst
website-84c7e486d901722de93fa3201a716828ee615bd8.zip
git: soundbox-app: Reference soundbox-go
-rw-r--r--content/git/soundbox-app.md11
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