Implement alarm sound
This commit is contained in:
parent
b24df8b0d8
commit
8faa21ccab
15 changed files with 531 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue