diff options
-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 |