Implement alarm sound

This commit is contained in:
nemunaire 2022-10-14 20:08:03 +02:00
commit 8faa21ccab
15 changed files with 531 additions and 50 deletions

View file

@ -6,16 +6,19 @@ import (
)
type Config struct {
DevProxy string
Bind string
ExternalURL URL
BaseURL string
DevProxy string
Bind string
ExternalURL URL
BaseURL string
LevelDBPath string
SettingsFile string
TracksDir string
GongsDir string
ActionsDir string
RoutinesDir string
SampleRate int
}
// parseLine treats a config line and place the read value in the variable