args.yaml 592 Bytes
Newer Older
Nadir Dalla Pozza's avatar
Nadir Dalla Pozza committed
1
2
3
# Working path
WORKING_PATH: "/Users/nadir/Documents/MPAI-CAE/Workflow"
# Name of the Preservation Audio File (without extension)
Nadir Dalla Pozza's avatar
Nadir Dalla Pozza committed
4
FILES_NAME: "sample12_W7N_R15C"
Nadir Dalla Pozza's avatar
Nadir Dalla Pozza committed
5
6
7
8
9
10
11
12
13
14
15
16
17
# PRESERVATION_FILE_NAME: "BornToDie"
# PRESERVATION_FILE_NAME: ""
# Equalisation standard used to record the tape.
# Accepted values: ("NAB", "CCIR")
STANDARD_W: "NAB"
# Recording tape speed [ips].
# Accepted values: (3.75, 7.5, 15, 30)
SPEED_W: 7.5
# Equalization standard used to read the tape.
# Accepted values: ("NAB", "CCIR")
STANDARD_R: "CCIR"
# Reading tape speed [ips].
# Accepted values: (3.75, 7.5, 15, 30)
Nadir Dalla Pozza's avatar
Nadir Dalla Pozza committed
18
SPEED_R: 15