cfg/main.cfg : Updated.
This commit is contained in:
parent
75238b7374
commit
2543637d1c
@ -259,16 +259,16 @@
|
|||||||
transform_app:
|
transform_app:
|
||||||
{
|
{
|
||||||
srcDir: "~/temp/kc_record/xform_only/cut", // location of 'wet' source files
|
srcDir: "~/temp/kc_record/xform_only/cut", // location of 'wet' source files
|
||||||
dryFn: "~/temp/kc_record/xform_only/cut/dry.wav", // dry source file
|
dryFn: "~/temp/kc_record/xform_only/cut/concert.wav", // dry source file
|
||||||
|
|
||||||
dstPreFn: "~/temp/test_xform_app.wav", // the output file prior to reverb
|
dstPreFn: "~/temp/test_xform_app.wav", // the output file prior to reverb
|
||||||
dstRevFn: "~/temp/test_xform_app_rev.wav", // the output file with reverb
|
dstRevFn: "~/temp/test_xform_app_rev.wav", // the output file with reverb
|
||||||
|
|
||||||
dstBits: 32,
|
dstBits: 32,
|
||||||
|
|
||||||
irEnableFl: true,
|
irEnableFl: false,
|
||||||
irScale: 0.25,
|
irScale: 0.25,
|
||||||
irFn: "~/media/audio/IR/freeverb3/101-cup.wav"
|
irFn: null, //"~/media/audio/IR/freeverb3/101-cup.wav"
|
||||||
|
|
||||||
|
|
||||||
argL: [
|
argL: [
|
||||||
|
Loading…
Reference in New Issue
Block a user