soundbox-app

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2024 License: AGPL-3.0 Imports: 17 Imported by: 0

README

soundbox-app

This is a graphical application to use soundbox devices. It is able to stream from a web radio URL to one or multiple soundbox devices simultaneously.

Usage

A configuration file like this has to be placed at ~/.config/soundbox/config.json for the application to work:

{
	"soundboxes": [
		{
			"name": "sb1",
			"mac": "00:00:5e:00:53:01",
			"enabled": true
		},
		{
			"name": "sb2",
			"mac": "00:00:5e:00:53:02",
			"enabled": false
		}
	],
	"urls": [
		{
			"name": "Radio One",
			"url": "https://example.org/radio/one.mp3"
		},
		{
			"name": "Radio Two",
			"url": "https://example.org/radio/two.mp3"
		}
	]
}

The Go and the ffmpeg tools are required to use the app. It can be build and started like this:

go run ./...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL