You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,19 +311,17 @@ Since 12th May 2023, this app supports IPC via D-Bus and is also configurable vi
311
311
You can list all supported commands using `jamesdsp --help`.
312
312
Currently, these commands for remote-controlling JamesDSP's audio engine are available:
313
313
```
314
-
--is-connected Check if JamesDSP service is active. Returns
315
-
exit code 1 if not. (Remote)
314
+
--is-connected Check if JamesDSP service is active. Returns exit code 1 if not. (Remote)
316
315
--list-keys List available audio configuration keys (Remote)
317
316
--get <key> Get audio configuration value (Remote)
318
-
--set <key=value> Set audio configuration value (format:
319
-
key=value) (Remote)
317
+
--set <key=value> Set audio configuration value (format: key=value) (Remote)
320
318
--load-preset <name> Load preset by name (Remote)
321
319
--save-preset <name> Save current settings as preset (Remote)
322
320
--delete-preset <name> Delete preset by name (Remote)
323
321
--list-presets List presets (Remote)
324
322
--status Show status (Remote)
325
323
```
326
-
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 settings and their syntax.
324
+
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.
327
325
328
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.
0 commit comments