From 7b0c9feaa2afff81e1b6afa537593fb2089b1233 Mon Sep 17 00:00:00 2001 From: baz Date: Mon, 29 Apr 2019 15:36:45 +0200 Subject: [PATCH] good calf presets --- calf2ladspa/calf.xml | 136 +++++++++++++++++++++++-------------------- calf2ladspa/lv.liq | 2 +- 2 files changed, 73 insertions(+), 65 deletions(-) diff --git a/calf2ladspa/calf.xml b/calf2ladspa/calf.xml index 0ec26a8..69bf879 100644 --- a/calf2ladspa/calf.xml +++ b/calf2ladspa/calf.xml @@ -1,113 +1,121 @@ - + + + + + + + + + - - - - - + + + + + - - - + + + - - + + - + - + - - + + - - + + - - + + - + - - - - + + + + - + - + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/calf2ladspa/lv.liq b/calf2ladspa/lv.liq index 932f29d..9881976 100644 --- a/calf2ladspa/lv.liq +++ b/calf2ladspa/lv.liq @@ -3,6 +3,6 @@ set("log.file",false) radio = audio_to_stereo(mean(mksafe(input.http('http://something.org/stream.ogg')))) output.external(%wav(header=false, channels=2), - "python3 calf2lv.py --exec example.xml filter comp | aplay -f cd", + "python3 calf2lv.py --exec calf.xml filter comp limiter| aplay -f cd", radio)