Skip to content

Commit 0a7baec

Browse files
authored
Update README.md
1 parent eb32a74 commit 0a7baec

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<p align="center">
32-
Linux port developed by <a href="https://github.com/thepbone">Tim Schneeberger (@thepbone)</a> (<a href="https://t.me/thepbone">Telegram</a>)
32+
Linux port developed by <a href="https://github.com/thepbone">Tim Schneeberger (@thepbone)</a>
3333
<p/><p align="center">
3434
<a href="https://github.com/james34602/JamesDSPManager">JamesDSP</a> was initially published as an audio effects processor<br>for Android devices and is written by <a href="https://github.com/james34602">James Fung (@james34602)</a>.
3535
</p>
@@ -108,11 +108,31 @@ Server Name: pulseaudio
108108

109109
If you don't know which version fits your Linux setup, go to the [PipeWire vs PulseAudio section](#which-one-am-i-using) above.
110110

111+
* [Flatpak](#flatpak)
111112
* [Arch Linux (AUR)](#arch)
112113
* [Fedora/openSUSE](#fedoraopensuse)
113-
* [Debian/Ubuntu (PPA)](#debianubuntu)
114114
* [Build from sources](#build-from-sources)
115115

116+
### Flatpak
117+
118+
Universal binary packages for all distros.
119+
120+
The recommended **Pipewire version** is available for download on FlatHub: https://flathub.org/apps/me.timschneeberger.jdsp4linux
121+
```
122+
flatpak install me.timschneeberger.jdsp4linux
123+
```
124+
125+
<a href='https://flathub.org/apps/me.timschneeberger.jdsp4linux'><img width='240' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/></a>
126+
127+
128+
If you are still using **PulseAudio**, you need to download the legacy package from my personal repository:
129+
```
130+
sudo flatpak remote-add --if-not-exists thepbones-repo https://raw.githubusercontent.com/ThePBone/flatpak-repo/main/thepbone.flatpakrepo
131+
flatpak install me.timschneeberger.jdsp4linux.pulse
132+
```
133+
134+
> **Note**: Flatpaks are sandboxed. This application can only access `~/.var/app/me.timschneeberger.jdsp4linux/` by default.
135+
116136
### Arch
117137
[AUR packages](https://aur.archlinux.org/packages/?O=0&K=jamesdsp) are available:
118138

0 commit comments

Comments
 (0)