summaryrefslogtreecommitdiff
path: root/config.go
AgeCommit message (Collapse)Author
2024-10-07Parse config at startupxengineering
2024-10-07Allow URL configuration in config filexengineering
2024-10-06Switch from local playback to soundbox streamingxengineering
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