Socket
Book a DemoInstallSign in
Socket

xengineering.eu/soundbox-app

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xengineering.eu/soundbox-app

Go Modules
Version
v0.3.1
Version published
Created
Source

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 ./...

FAQs

Package last updated on 31 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts