Skip to content

Commit a7c8370

Browse files
authored
Update README.md
1 parent 4bb082d commit a7c8370

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Port of the opensource version of JamesDSP to Linux
44
This is experimental and obviously work in progress.
55
Currently everything (analog modelling, bass boost, bs2b, VDC/DDCs, limiter, compression, reverbation and the stereo widener), except the convolver is implemented.
66

7+
__The GUI is available [here](https://https://github.com/ThePBone/JDSP4Linux-GUI)__
8+
79
You can find the repo of my gst-wrapper for JDSP [here](https://github.com/ThePBone/gst-plugin-jamesdsp).
810

911
## Notes
@@ -30,6 +32,10 @@ On Arch you can install the [AUR package](https://aur.archlinux.org/packages/jds
3032
```bash
3133
yay -S jdsp4linux-git
3234
```
35+
And the GUI for JDSP on Linux:
36+
```bash
37+
yay -S jdsp4linux-gui-git
38+
```
3339
Please check the [workarounds section](#workarounds) if you encounter any problems.
3440

3541
![AUR version](https://img.shields.io/aur/version/jdsp4linux-git?label=aur)
@@ -93,6 +99,7 @@ And stop it like this:
9399
jdsp stop
94100
```
95101
Like I said, work-in-progress != stable, so use it with caution.
102+
The GUI is available [here](https://https://github.com/ThePBone/JDSP4Linux-GUI)
96103

97104
## Workarounds
98105
### Error: no element "device"

0 commit comments

Comments
 (0)