Skip to content

Commit 2d0d33e

Browse files
authored
Update README.md
1 parent 57dcee3 commit 2d0d33e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# JDSP4Linux
22
Port of the opensource version of JamesDSP to Linux
33

4-
This is experimental and obviously work in progress.
5-
Currently everything (analog modelling, bass boost, bs2b, VDC/DDCs, limiter, compression, reverbation and the stereo widener), except the convolver is implemented.
4+
This is experimental and still work in progress.
5+
Every feature from the opensource version is implemented.
66

77
__The GUI is available [here](https://github.com/ThePBone/JDSP4Linux-GUI)__
88

@@ -23,6 +23,19 @@ Supported sample formats:
2323
Supported samplerates:
2424
* 44100
2525
* 48000
26+
### Effects
27+
Pretty much everything from the opensource version is implemented:
28+
* Analog modelling (12AX7)
29+
* BS2B
30+
* ViPER DDCs
31+
* Limiter
32+
* Compression
33+
* Convolver
34+
* Reverbation (Progenitor2)
35+
* Bass boost
36+
* Stereo widener (Side/Mid)
37+
38+
Instead of being tied to presets; stereo widener, bs2b and the reverbation engine can be fully customized.
2639

2740
## Setup
2841

@@ -99,7 +112,8 @@ And stop it like this:
99112
jdsp stop
100113
```
101114
Like I said, work-in-progress != stable, so use it with caution.
102-
The GUI is available [here](https://github.com/ThePBone/JDSP4Linux-GUI)
115+
116+
> __[Installation instructions for the GUI here](https://github.com/ThePBone/JDSP4Linux-GUI)__
103117
104118
## Workarounds
105119
### Error: no element "device"

0 commit comments

Comments
 (0)