cfg/flow_proc_dict.cfg : Changed g* compressor presets from ogain=0.25 to 0.75

Set pv_analysis max window size to 1024, and assigned multiple window lengths to f* presets
This commit is contained in:
kevin 2023-01-14 17:22:49 -05:00
parent 4b7eeaf2ad
commit ea0ee906d9

View File

@ -125,7 +125,7 @@
pv_analysis: {
vars: {
in: { type:audio, flags:["src"], doc:"Audio input." },
maxWndSmpN: { type:uint, value: 512, doc:"Maximum window sample count." },
maxWndSmpN: { type:uint, value: 1024, doc:"Maximum window sample count." },
wndSmpN: { type:uint, value: 512, doc:"Window sample count." },
hopSmpN: { type:uint, value: 128, doc:"Hop sample count." },
hzFl: { type:bool, value: false, doc:"Calculate frequency via the method of phase changeof each bin." },
@ -165,22 +165,22 @@
}
f_1: {
wndSmpN: 512,
wndSmpN: [512,1024]
hopSmpN: 128
}
f_2: {
wndSmpN: 512,
wndSmpN: [1024,512]
hopSmpN: 128
}
f_3: {
wndSmpN: 512,
wndSmpN: [512,1024]
hopSmpN: 128
}
f_4: {
wndSmpN: 512,
wndSmpN: [1024,512]
hopSmpN: 128
}
@ -449,22 +449,22 @@
g: {
igain: 10.0
ogain: 0.25
ogain: 0.75
}
g_a: {
igain: 10.0
ogain: 0.25
ogain: 0.75
}
g_1_a: {
igain: 10.0
ogain: 0.25
ogain: 0.75
}
g_1_d: {
igain: 10.0
ogain: 0.25
ogain: 0.75
}