summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-11-08 20:19:12 +0100
committerxengineering <me@xengineering.eu>2024-11-08 20:19:12 +0100
commit495fae723e6b87d5c1574b9bffc8afcd752d4696 (patch)
treed20590ae8e4fbd902d902d6661cb152809e9693c
parent0bfb7e9a1662c3254dde59e09503d268af648c8f (diff)
downloadwebsite-495fae723e6b87d5c1574b9bffc8afcd752d4696.tar
website-495fae723e6b87d5c1574b9bffc8afcd752d4696.tar.zst
website-495fae723e6b87d5c1574b9bffc8afcd752d4696.zip
git: Make soundbox-app active and update description
-rw-r--r--content/git/soundbox-app.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/content/git/soundbox-app.md b/content/git/soundbox-app.md
index bab088a..cf4e21a 100644
--- a/content/git/soundbox-app.md
+++ b/content/git/soundbox-app.md
@@ -2,16 +2,19 @@
"name":"soundbox-app",
"friendly_name":"soundbox-app",
"description":"App to use soundbox devices",
- "state":"experimental"
+ "state":"active"
}
-Usage of [soundbox][1] devices requires to use [ffmpeg][3] on the command line
-and to compute IPv6 link-local addresses from MAC addresses.
+`soundbox-app` is the official graphical application to stream audio to one or
+multiple [soundbox][1] devices.
-This is tedious and error prone. This app should make using soundbox way easier.
+Currently sound can only be streamed from web radio URLs, platform support is
+limited to Linux and a hand-written configuration file is required. See the
+[README.md][4] for details.
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
+[4]: https://cgit.xengineering.eu/soundbox-app/tree/README.md