-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathramcontrol.ini
More file actions
107 lines (86 loc) · 1.77 KB
/
ramcontrol.ini
File metadata and controls
107 lines (86 loc) · 1.77 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[general]
# Path to data directory (relative to run.py)
data_path = "data"
# List of enabled experiments. Each should have a section which defines the
# "experiment family" which determines where the configuration files can be
# found and what class to use. Additionally, tasks requiring voice detection
# should set `voiceserver = yes` (later this will be moved to experiment config
# files, but with the current structure of experiments this is not
# straightforward).
experiments =
FR1
catFR1
FR3
catFR3
FR5
FR6
PS4_FR5
catFR5
catFR6
PS4_catFR5
PAL1
PAL5
languages =
en
sp
[FR1]
family = FR
[FR3]
family = FR
[FR5]
family = FR
voiceserver = yes
[FR6]
family = FR
voiceserver = yes
[PS4_FR5]
family = FR
voiceserver = yes
[catFR1]
family = catFR
[catFR3]
family = catFR
[catFR5]
family = catFR
voiceserver = yes
[catFR6]
family = FR
voiceserver = yes
[PS4_catFR5]
family = catFR
voiceserver = yes
[PAL1]
family = PAL
[PAL5]
family = PAL
voiceserver = yes
[PS4_PAL5]
# We're not using this...
voiceserver = yes
family = PAL
[videos]
# Base path to videos. Experimental config files specify video paths relative to
# this path.
path = ./videos
[startup]
confirm = no
last_settings = ~/.ramcontrol.last.json
[debug]
# Comment out things you don't want to skip when debug mode is enabled. These
# have no effect when debug mode is disabled.
#skip_countdown = yes
#skip_distraction = yes
#skip_encoding = yes
#skip_instructions = yes
#skip_mic_test = yes
#skip_orient = yes
#skip_practice = yes
#skip_retrieval = yes
#skip_recognition = yes
#skip_wait_for_keypress = yes
#fast_timing = yes
#play_beeps = no
# Minimum distraction duration in seconds
#min_distraction_duration = 5
# Don't bother connecting to the host PC
#no_host = yes