summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-03 20:56:46 +0200
committerxengineering <me@xengineering.eu>2024-10-03 20:56:46 +0200
commit34820ba739bf226b131f6a87b5a8d9c97aeff091 (patch)
treedcbf6cdcbb400cacf7cf446e1d52a26ac9fbff05
parent481ce6e0efd4bee20c781dc0ca9185ef701619ae (diff)
downloadwebsite-34820ba739bf226b131f6a87b5a8d9c97aeff091.tar
website-34820ba739bf226b131f6a87b5a8d9c97aeff091.tar.zst
website-34820ba739bf226b131f6a87b5a8d9c97aeff091.zip
git: soundbox: Add links to related projects
-rw-r--r--content/git/soundbox.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/git/soundbox.md b/content/git/soundbox.md
index fb317d8..92a4428 100644
--- a/content/git/soundbox.md
+++ b/content/git/soundbox.md
@@ -13,4 +13,11 @@ Music or other audio content can be streamed to the soundbox device. Using
multiple devices allows to build up a multi-room audio setup.
Currently there is no official client software. Streaming with tools like
-[ffmpeg](https://ffmpeg.org/) is the only supported way at the moment.
+[ffmpeg][1] is the only supported way at the moment.
+
+To solve this issue the [soundbox-app][3] is currently in development. The Go
+library [soundbox-go][2] is already usable.
+
+[1]: https://ffmpeg.org
+[2]: https://xengineering.eu/git/soundbox-go
+[3]: https://xengineering.eu/git/soundbox-app