-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
60 lines (38 loc) · 1.31 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Radium compressor V0.5.2
Released 2013-01-26
HOW TO MAKE IT RUN
Either:
1. If you downloaded a tar-ball:
"
make
./radium_compressor
"
Or:
2. If you checked out from a git repository:
"
touch audio/system_compressor.cpp
make
./radium_compressor
"
INTRODUCTION
Radium Compressor is the system compressor in Radium,
but distributed as a standalone jack application.
Radium Compressor uses the stereo compressor found in
effect.lib in the Faust distribution.
This compressor is written by Julius O. Smith III.
The Radium version is an optimized version of this compressor
by using fast approximate logarithmic and exponential functions
written by Paul Mineiro:
http://www.machinedlearnings.com/2011/06/fast-approximate-logarithm-exponential.html
The GUI shows accurately the sound used for compression,
and how much the sound is being compressed.
BUILD DEPENDENCIES FEDORA:
qt4-devel
jack-audio-connection-kit-devel
BUILD DEPENDENCIES UBUNTU:
libqt4-dev
qt4-dev-tools
libjack-jackd2-dev or libjack-jackd1-dev
CONTACT
http://www.notam02.no/radium/