Skip to content

Commit f3fd816

Browse files
authored
Update README.md
1 parent d45ee89 commit f3fd816

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ Debian/Ubuntu + **PipeWire** clients only:
203203
```bash
204204
sudo apt install build-essential libarchive-dev qtbase5-private-dev qtbase5-dev libqt5svg5-dev libglibmm-2.4-dev libglib2.0-dev libpipewire-0.3-dev
205205
```
206-
NOTE: Pipewire version 0.3 or later required. Unfortunately, this version is only in the official Ubuntu repository for Ubuntu 20.10 or later. If you use Ubuntu 20.04 or earlier, you need to compile this dependency yourself or use PulseAudio instead.
207206

208207
Debian/Ubuntu + **PulseAudio** clients only:
209208

@@ -323,7 +322,7 @@ Currently, these commands for remote-controlling JamesDSP's audio engine are ava
323322
```
324323
The options should be fairly self-explanatory. For example, `jamesdsp --set reverb_enable=true` would enable the reverberation setting. Have a look at the audio configuration file at `~/.config/jamesdsp/audio.conf` to learn more about possible setting keys and their syntax.
325324

326-
Note: These commands try to connect to an active JamesDSP instance. If no instance is currently online, they will fall-back to modifying the audio configuration file directly on disk. The `--is-connected` option can be used to check whether one is currently online.
325+
> **Note**: These commands try to connect to an active JamesDSP instance. If no instance is currently online, they will fall-back to modifying the audio configuration file directly on disk. The `--is-connected` option can be used to check whether one is currently online.
327326
328327
### D-Bus IPC
329328

@@ -333,7 +332,6 @@ Service name: `me.timschneeberger.jdsp4linux`
333332
* GUI-related interface:
334333
* Path name: `/jdsp4linux/gui`
335334
* Interface name: `me.timschneeberger.jdsp4linux.Gui`
336-
* Description:
337335
* Audio service-related interface:
338336
* Path name: `/jdsp4linux/service`
339337
* Interface name: `me.timschneeberger.jdsp4linux.Service`

0 commit comments

Comments
 (0)