Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-07 | Parse config at startup | xengineering | |
2024-10-07 | Allow URL configuration in config file | xengineering | |
2024-10-07 | Remove checksums from go.sum for outdated versions | xengineering | |
2024-10-06 | Switch from local playback to soundbox streaming | xengineering | |
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 | |||
2024-10-03 | Update Go version 1.23.1 | xengineering | |
2024-10-03 | Switch to module name xengineering.eu/soundbox/app | xengineering | |
The old name xengineering.eu/soundbox is now used by the corresponding library. | |||
2024-10-03 | Add CHANGELOG.md for version 0.1.0 releasev0.1.00.1.0 | xengineering | |
2024-10-03 | Update documentation in README.md | xengineering | |
2024-09-29 | Add basic usage instructions | xengineering | |
2024-09-29 | Add web radio player app as MVP | xengineering | |
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. | |||
2024-09-29 | Add LICENSE.txt | xengineering | |
2024-09-29 | Add README.md | xengineering | |