-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSJPlot.cfg
More file actions
96 lines (89 loc) · 3.19 KB
/
SJPlot.cfg
File metadata and controls
96 lines (89 loc) · 3.19 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
[Files to Process]
file_0 =
file_1 =
[Metadata]
plot_info = Cart / Load / Record
equip_info = Arm -> Phonostage -> ADC
author = Plot Author
[Sweep Extraction]
extract_sweeps = false
save_sweeps = false
test_record =
[Plot Parameters]
plot_style = 4
file0norm = false
start_f =
end_f =
normalize = 1000
[Audio Processing]
riaa_mode = 2
riaa_inverse = true
str100 = false
xg7001 = false
[For Geeks]
plot_data_out = false
log_level = info
; Definitions:
;
; file_0 = [filename.wav] The first (L) file to plot, or the only file to plot, or
; the file you want to extract sweeps from.
;
; file_1 = [filename.wav] The second (R) file to plot. If using one file leave this
; blank. If you're extracting sweeps, this parameter is ignored.
;
; plot_info = Alpha-numeric entries separated by " / " only. The script will save a
; PNG file that is named from the plot_info argument, replacing " / "
; with "_". For example, "Cart / Load / Record" will create a file named
; "Cart_Load_Record.png".
;
; equip_info = This argument is placed on the bottom left of the plot image to describe
; the capture chain. The recommended format is "Arm -> Phonostage -> ADC".
;
; extract_sweeps = false: do not process the file for extraction of sweeps
; true: extract the sweeps from INPUT_FILE_0
;
; save_sweeps = false: do not save files
; true: the extracted sweeps will be saved, appending either an "_L" or "_R"
; to the INPUT_FILE_0 filename for the left and right sweeps,
; respectively.
;
; test_record = If extracting sweeps, you must specify what test record the audio was captured
; from. Supported records are "STR100", "TRS1007" (CA or JVC), and "TRS1005".
;
; plot_style = 1 - traditional
; 2 - dual axis (twinx)
; 3 - dual plot FR and distortion
; 4 - dual plot FR zoom and dual axis (twinx)
; 5 - small plot FR only
;
; file0norm = false: normalize both files independently
; true: normalize both files to file 0 level
;
; start_f = Lowest frequency to plot in Hz.
;
;
; end_f = Highest frequency to plot in Hz.
;
;
; normalize = Frequency in Hz to set as 0dB in the plot
;
; riaa_mode = 0 - off
; 1 - bass emphasis
; 2 - treble de-emphasis
; 3 - both
;
; riaa_inverse = false: disable
; true: for whatever RIAA EQ is applied from riaa_mode setting, apply the
; inverse.
;
; str100 = false: disable
; true: enable 6dB/oct correction from 500Hz to 40Hz
;
; xg7001 = false: disable
; true: custom bass filter for Denon XG-7001 sweep (@stereoplay filter)
;
; plot_data_out = false: disable
; true: output the plot data to console
;
; log_level = info: standard logging level
; debug: verbose logging intended for debugging issues