# Working path WORKING_PATH: "/Users/nadir/Documents/MPAI-CAE/Workflow" # Name of the Preservation Audio File (without extension) # Use an empty string to plot filters frequency response PRESERVATION_FILE_NAME: "sample12_W7N_R15C" # 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) SPEED_R: 15 # Sampling frequency to be used for filters and impulse response [Hz]. # Accepted values: (44100, 48000, 96000) # NOTE: Overwritten with input file one, if any. FS: 96000 # Bits per sample to be used when saving the filter impulse response audio file. # Accepted values: (8, 16, 24, 32) # NOTE_1: Low values (8, 16) may introduce oscillations when exporting the filter impulse response in .wav format. # NOTE_2: Overwritten with input file one, if any. BPS: 24 # Enable plotting filter frequency responses # Accepted values: (true, false) PLOTS: false