blob: 49b2e7a8b28b5a42bb56226e8d8934d1907583f3 (
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
|