diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,11 +1,19 @@ # soundbox-app -This is an app to use [soundbox][1] devices. +This is an app to use [soundbox][1] devices. The current version is only a web +radio player as a proof of concept. Future versions will add the audio +streaming to soundbox devices. [1]: https://xengineering.eu/git/soundbox ## Usage +The [Go tool][1] and the [mpv media player][2] are required to use the app. It +can be build and started like this: + ``` go run main.go ``` + +[1]: https://go.dev +[2]: https://mpv.io |