-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.yaml
34 lines (26 loc) · 1.09 KB
/
application.yaml
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
jingle:
# how many steps the reduce/increase volume key should be pressed
volumeSteps: 10
waitBetweenVolumeChangeMillis: 2
# Section containing options for the start-jingle. It is executed AFTER the game started.
start-jingle:
enabled: true
file: media/Start.mid
# Duration of the jingle in seconds. The playback will be stopped after this amount of seconds
duration-in-seconds: 5
# Some waiting time (eg. silence) after the jingle is stopped.
sleep-after-jingle-in-seconds: 0
# The volume boost for the jingle. 0 (low volume) to 127 (high volume).
volume: 70 # 0 .. 127
# Should the regular media playback be paused, or should the volume be reduced. See the jingle.volumeSteps for
# further fine-tuning
pause-media: true
# Section containing options for the end-jingle. It is executed BEFORE the game time is up. The options are the same
# as for the section above
before-end-jingle:
enabled: true
file: media/BeforeEnd.mid
duration-in-seconds: 24
sleep-after-jingle-in-seconds: 1
volume: 110 # 0 .. 127
pause-media: false