-
Notifications
You must be signed in to change notification settings - Fork 0
/
gen_autoDJ.ini
27 lines (21 loc) · 1.01 KB
/
gen_autoDJ.ini
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
#
# AutoDJ config file
#
# Path to the list of tracks. One track per line, full path.
TracksFilePath=C:\your\path\backgroundMusic.txt
# Path to the list of requests tracks. One track per line, full path.
RequestedTracksFilePath=C:\your\path\requests.txt
# Amplitude threshold (0-32767) for the start point of a track.
# All tracks are normalized before this analysis takes place.
StartAmplitudeThreshold=16000
# Amplitude threshold (0-32767) for the end point of a track.
# All tracks are normalized before this analysis takes place.
StopAmplitudeThreshold=16000
# Amplitude threshold (0-32767) for the end point of a karaoke track.
# Sometimes karaoke tracks end with very little music and there is still
# singing to do. We don't want it abruptly cutting to music, so this should
# probably be a lot lower than the normal value.
# All tracks are normalized before this analysis takes place.
KaraokeStopAmplitudeThreshold=8000
# Should the stop times be shown as a negative time from the end of the track?
ShowStopTimeFromEnd=true