Age | Commit message (Collapse) | Author |
|
This should fix long term time offset in playback between multiple
soundbox instances.
|
|
This follows a similar naming scheme as the repository URL
`https://cgit.xengineering.eu/soundbox-app` and is better than
`xengineering.eu/soundbox/app` which was used before.
|
|
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
|
|
|
|
The old name xengineering.eu/soundbox is now used by the corresponding
library.
|
|
While streaming to soundbox devices is not supported this MVP is a
working mpv-based GUI to play sound from web radio URLs on a Linux
computer.
|