summaryrefslogtreecommitdiff
path: root/README.md
blob: 381ad5ce938268c0b4c1228eeee917774131bdc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# soundbox-app

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.

## Usage

The [Go tool][2] and the [mpv media player][3] are required to use the app. It
can be build and started like this:

```
go run main.go
```

[1]: https://xengineering.eu/git/soundbox
[2]: https://go.dev
[3]: https://mpv.io