summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-03 18:16:08 +0200
committerxengineering <me@xengineering.eu>2024-10-06 20:13:28 +0200
commita1d91fcba108a59c440f0675dd5106422cf3ff7e (patch)
treef40aea2e6cda586da1a294b1200b55f2424c199d /go.sum
parentbb34d5f69ca4ad66754dd9833b9d7efee41ba4f2 (diff)
downloadsoundbox-app-a1d91fcba108a59c440f0675dd5106422cf3ff7e.tar
soundbox-app-a1d91fcba108a59c440f0675dd5106422cf3ff7e.tar.zst
soundbox-app-a1d91fcba108a59c440f0675dd5106422cf3ff7e.zip
Switch from local playback to soundbox streaming
This commit replaces the local playback of the received audio content by forwarding it to one or multiple soundbox devices. For this purpose the soundbox-go[1] library is used. The target devices cannot be selected via the GUI. Thus all devices are specified in the ~/.config/soundbox/config.json file. The format has to be looked up based on the code. Further documentation will follow. [1]: https://xengineering.eu/git/soundbox-go
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 94dae7e..c1e24a3 100644
--- a/go.sum
+++ b/go.sum
@@ -21,3 +21,9 @@ golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
+xengineering.eu/soundbox v0.0.0-20241002195524-9c81db35038f h1:cXh21ciTMTG9K2ofbXbMSdWXVu91V4WQJspYrPHpFPQ=
+xengineering.eu/soundbox v0.0.0-20241002195524-9c81db35038f/go.mod h1:wOjqdpAnoLdg5yK/twnk1Bys4QUWYAIfh+D59GuRulM=
+xengineering.eu/soundbox v0.1.0 h1:XYdW+T5RjsU8+DOp1t6RLzJtzQmrBBjD7XX7qOST8Ng=
+xengineering.eu/soundbox v0.1.0/go.mod h1:wOjqdpAnoLdg5yK/twnk1Bys4QUWYAIfh+D59GuRulM=
+xengineering.eu/soundbox v0.1.1 h1:0zQ29w7XMzFp40yixQmPgRFwd66WAW4jDFVE0OiBQxM=
+xengineering.eu/soundbox v0.1.1/go.mod h1:wOjqdpAnoLdg5yK/twnk1Bys4QUWYAIfh+D59GuRulM=