Skip to content

smart-football-table/smart-football-table-sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-football-table-sound

GitLicense

Plays sounds on every received team/scored MQTT message.

This project uses these sounds from freesound: goal1, goal3, goal4, goal5, goal6, by alexpadina ( https://freesound.org/people/alexpadina/ )

MQTT messages

topic Description Example payload
team/scored The id of the team that scored 1

Docker

docker run --rm --device=/dev/snd -e MQTTHOST=mqtt -e MQTTPORT=1883 -e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native -v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native -v ~/.config/pulse/cookie:/root/.config/pulse/cookie smart-football-table-sound:latest

Releases

No releases published

Packages

No packages published