Skip to content

Commit 14eb508

Browse files
authored
Update README.md
1 parent 2d0d33e commit 14eb508

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Port of the opensource version of JamesDSP to Linux
33

44
This is experimental and still work in progress.
55
Every feature from the opensource version is implemented.
6-
7-
__The GUI is available [here](https://github.com/ThePBone/JDSP4Linux-GUI)__
6+
Feel free to join our [Telegram Group](https://t.me/joinchat/FTKC2A2bolHkFAyO-fuPjw) (combined with Viper4Linux)
87

98
You can find the repo of my gst-wrapper for JDSP [here](https://github.com/ThePBone/gst-plugin-jamesdsp).
109

10+
__And the GUI is available [here](https://github.com/ThePBone/JDSP4Linux-GUI)__
1111
## Notes
1212
Since the gst interface of this port is very similar to viper4linux, I will temporarily use a slightly modified version of the [viper script](https://github.com/noahbliss/Viper4Linux/blob/master/viper) written by [@noahbliss](https://github.com/noahbliss).
1313

@@ -58,12 +58,14 @@ Install gstreamer-1.0 and some tools to build the gstreamer plugin. (If you have
5858

5959
#### Debian
6060
```bash
61+
sudo apt-get install libsamplerate0 libsamplerate0-dev libsndfile1 libsndfile1-dev
6162
sudo apt-get install build-essential autoconf libtool
6263
sudo apt-get install gstreamer-1.0 libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev
6364
```
6465
#### Arch
6566
```bash
6667
sudo pacman -S base-devel
68+
sudo pacman -S libsndfile libsamplerate
6769
sudo pacman -S gst-plugins-good
6870
```
6971
Clone both JDSP4Linux repos
@@ -113,14 +115,22 @@ jdsp stop
113115
```
114116
Like I said, work-in-progress != stable, so use it with caution.
115117

116-
> __[Installation instructions for the GUI here](https://github.com/ThePBone/JDSP4Linux-GUI)__
118+
> __You can find [installation instructions](https://github.com/ThePBone/JDSP4Linux-GUI) for the GUI [here](https://github.com/ThePBone/JDSP4Linux-GUI)__
119+
120+
> __Join our [Telegram Group](https://t.me/joinchat/FTKC2A2bolHkFAyO-fuPjw)__
117121
118122
## Workarounds
119123
### Error: no element "device"
120124
As described [here](https://github.com/noahbliss/Viper4Linux#configuration), you can set a custom alsa path.
121125
For now, you can follow the instructions over there, but make sure you drop the devices.conf in `~/.config/jamesdsp`.
122126

123127
### Fix crackling/choppy sound
128+
#### Solution 1
129+
Edit `/etc/pulse/default.pa` as root and uncomment or add the following line:
130+
131+
load-module module-udev-detect tsched=0
132+
133+
#### Solution 2
124134
_Set the default samplerate to 48000Hz in pulseaudio's config:_
125135

126136
`sudo nano /etc/pulse/daemon.conf`

0 commit comments

Comments
 (0)