Skip to content

Commit c36774e

Browse files
authored
Update README.md
1 parent 19fe01a commit c36774e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ For now, I will only include the basics in the readme. More details will be adde
1717

1818
Install gstreamer-1.0 and some tools to build the gstreamer plugin. (If you have already installed Viper4Linux before, you can skip this step...)
1919

20+
### Arch
21+
22+
On Arch you can install the [AUR package](https://aur.archlinux.org/packages/jdsp4linux-git/) by yochananmarqos:
23+
```bash
24+
yay -S jdsp4linux-git
25+
```
26+
Please check the [workarounds section](#workarounds) if encounter any problems.
27+
28+
![AUR version](https://img.shields.io/aur/version/jdsp4linux-git?label=aur)
29+
30+
### Manually
31+
2032
#### Debian
2133
```bash
2234
sudo apt-get install build-essential autoconf libtool
@@ -97,5 +109,9 @@ pulseaudio --start
97109
As described [here](https://github.com/noahbliss/Viper4Linux#configuration), you can set a custom alsa path.
98110
For now, you can follow the instructions over there, but make sure you drop the devices.conf in `~/.config/jamesdsp`.
99111

112+
## Credits
113+
* [yochananmarqos - AUR packages](https://github.com/yochananmarqos)
114+
* [james34602 - JamesDSP audio engine](https://github.com/james34602/)
115+
100116
______________
101117
Please open an issue or contact me on Telegram @ThePBone if you find any bugs or have questions.

0 commit comments

Comments
 (0)