blob: bab088a1ebfe4c0767df5a2436b79a6cb41e8d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name":"soundbox-app",
"friendly_name":"soundbox-app",
"description":"App to use soundbox devices",
"state":"experimental"
}
Usage of [soundbox][1] devices requires to use [ffmpeg][3] on the command line
and to compute IPv6 link-local addresses from MAC addresses.
This is tedious and error prone. This app should make using soundbox way easier.
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
|