forked from balena-io-experimental/balena-sound
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
31 lines (31 loc) · 805 Bytes
/
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
name: balenaSound
type: sw.application
description: >-
Build a single or multi-room streamer for an existing audio device using a
Raspberry Pi! Supports Bluetooth, Airplay2 and Spotify Connect
fleetcta: Sounds good
post-provisioning: >-
## Usage instructions
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balena-io-experimental/balena-sound'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balena-io-experimental/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.10.0