blob: 2f7e98dec70ec9919f2f8a4f675f0313b2904e25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name":"soundbox-app",
"friendly_name":"soundbox-app",
"description":"App to use soundbox devices",
"state":"archived"
}
This project might be picked up again one day. If it is it will be very likely
Dart and Flutter based instead of Go and Gio UI.
`soundbox-app` is the official graphical application to stream audio to one or
multiple [soundbox][1] devices.
Currently sound can only be streamed from web radio URLs, platform support is
limited to Linux and a hand-written configuration file is required. See the
[README.md][4] for details.
The main logic is developed separately in the [soundbox-go][2] Go library.
[1]: https://xengineering.eu/git/soundbox
[2]: https://xengineering.eu/git/soundbox-go
[3]: https://ffmpeg.org
[4]: https://cgit.xengineering.eu/soundbox-app/tree/README.md
|