• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

tests/H15-Nov-2020-10582

MakefileH A D15-Nov-20203.5 KiB10777

Makefile.compileH A D15-Nov-2020286 169

Makefile.headersH A D15-Nov-20201 KiB288

Makefile.ladspacompileH A D15-Nov-2020540 2316

Makefile.mspcompileH A D15-Nov-20202.3 KiB4539

Makefile.pdcompileH A D15-Nov-20201 KiB4628

Makefile.qcompileH A D15-Nov-2020383 1811

Makefile.qtcompileH A D15-Nov-20201.2 KiB5030

Makefile.sccompileH A D15-Nov-2020855 4220

Makefile.vstcompileH A D15-Nov-20201.1 KiB3222

README-Limiter.mdH A D15-Nov-2020705 2414

compressor-limiter-test.dspH A D15-Nov-202084 31

compressordsp.dspH A D15-Nov-20203.1 KiB7458

faust2header.cppH A D15-Nov-2020678 224

freeverbdsp.dspH A D15-Nov-20201.6 KiB4641

freeverbmonodsp.dspH A D15-Nov-2020113 31

limiterdsp.dspH A D15-Nov-2020633 129

limitertest.dspH A D15-Nov-2020230 86

minimal.cppH A D15-Nov-20203.2 KiB9840

net-ks.dspH A D15-Nov-2020751 3024

zitarevdsp.dspH A D15-Nov-20204.2 KiB10477

zitarevmonodsp.dspH A D15-Nov-202062 31

README-Limiter.md

1The audio limiter in use by jacktrip is limiterdsp.dsp
2
3To regenerate ../src/limiterdsp.h, you can say (if you have Faust installed)
4
5  make headers
6
7in this directory to create ./headersdir/limiterdsp.h
8and then copy that to ../src/ to reinstall it.
9
10To test the limiter separately, you can load it into
11fausteditor.grame.fr to compile and download an executable.  With
12Faust installed, you can do it at the command line:  To make a
13standalone JACK app for Mac, say
14
15  faust2jaqt limiterdsp.dsp
16
17For Linux, you want either that or
18
19  faust2jack limiterdsp.dsp
20
21(to use GTK in place of Qt for the GUI).
22
23Then you just run it and patch it in (using qjackctl) between your audio capture and jacktrip input.
24