forked from balena-io-experimental/balena-sound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
44 lines (41 loc) · 1.42 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: balenaSound
type: sw.application
description: >-
Build a single or multi-room streamer for an existing audio device using a
Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
fleetcta: Sounds good
post-provisioning: >-
## Usage instructions
**Application download** Once you power up your device you'll need to allow
some time for it to download the application, this typically takes 5-10
minutes but it can take more depending on your internet connection and what
device you are using.
**Usage** When the download is completed the application will start. You
should see a balenaSound broadcasted as a speaker on your bluetooth, Airplay
and Spotify Connect streaming services. You can also access http://balena or
http://balena.local to access balenaSound's control panel.
For detailed instructions on how to use balenaSound check out
[this](https://sound.balenalabs.io/docs/usage) guide.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs/balena-sound'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenalabs/balena-sound/master/logo.png
data:
applicationEnvironmentVariables:
- SOUND_VOLUME: 75
- AUDIO_OUTPUT: AUTO
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi4-64
- fincm3
- intel-nuc
version: 3.6.0