Skip to content

Commit d45ee89

Browse files
authored
Update README.md
1 parent 694d808 commit d45ee89

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,19 +311,17 @@ Since 12th May 2023, this app supports IPC via D-Bus and is also configurable vi
311311
You can list all supported commands using `jamesdsp --help`.
312312
Currently, these commands for remote-controlling JamesDSP's audio engine are available:
313313
```
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)
316315
--list-keys List available audio configuration keys (Remote)
317316
--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)
320318
--load-preset <name> Load preset by name (Remote)
321319
--save-preset <name> Save current settings as preset (Remote)
322320
--delete-preset <name> Delete preset by name (Remote)
323321
--list-presets List presets (Remote)
324322
--status Show status (Remote)
325323
```
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.
327325

328326
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.
329327

0 commit comments

Comments
 (0)