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:
parent
4b7eeaf2ad
commit
ea0ee906d9
@ -125,7 +125,7 @@
|
|||||||
pv_analysis: {
|
pv_analysis: {
|
||||||
vars: {
|
vars: {
|
||||||
in: { type:audio, flags:["src"], doc:"Audio input." },
|
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." },
|
wndSmpN: { type:uint, value: 512, doc:"Window sample count." },
|
||||||
hopSmpN: { type:uint, value: 128, doc:"Hop 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." },
|
hzFl: { type:bool, value: false, doc:"Calculate frequency via the method of phase changeof each bin." },
|
||||||
@ -165,22 +165,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
f_1: {
|
f_1: {
|
||||||
wndSmpN: 512,
|
wndSmpN: [512,1024]
|
||||||
hopSmpN: 128
|
hopSmpN: 128
|
||||||
}
|
}
|
||||||
|
|
||||||
f_2: {
|
f_2: {
|
||||||
wndSmpN: 512,
|
wndSmpN: [1024,512]
|
||||||
hopSmpN: 128
|
hopSmpN: 128
|
||||||
}
|
}
|
||||||
|
|
||||||
f_3: {
|
f_3: {
|
||||||
wndSmpN: 512,
|
wndSmpN: [512,1024]
|
||||||
hopSmpN: 128
|
hopSmpN: 128
|
||||||
}
|
}
|
||||||
|
|
||||||
f_4: {
|
f_4: {
|
||||||
wndSmpN: 512,
|
wndSmpN: [1024,512]
|
||||||
hopSmpN: 128
|
hopSmpN: 128
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -449,22 +449,22 @@
|
|||||||
|
|
||||||
g: {
|
g: {
|
||||||
igain: 10.0
|
igain: 10.0
|
||||||
ogain: 0.25
|
ogain: 0.75
|
||||||
}
|
}
|
||||||
|
|
||||||
g_a: {
|
g_a: {
|
||||||
igain: 10.0
|
igain: 10.0
|
||||||
ogain: 0.25
|
ogain: 0.75
|
||||||
}
|
}
|
||||||
|
|
||||||
g_1_a: {
|
g_1_a: {
|
||||||
igain: 10.0
|
igain: 10.0
|
||||||
ogain: 0.25
|
ogain: 0.75
|
||||||
}
|
}
|
||||||
|
|
||||||
g_1_d: {
|
g_1_d: {
|
||||||
igain: 10.0
|
igain: 10.0
|
||||||
ogain: 0.25
|
ogain: 0.75
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user