Skip to content

Commit

Permalink
tweaked delay docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Aug 14, 2024
1 parent 6660403 commit f6218e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Default values are shown, the only required value is the type field
* ignoreRetcode: if true, errors generated by minidsp-rs will be ignored (for debugging/local testing only)
* options: additional command line switches to pass to minidsp-rs (refer to minidsp-rs docs for details)
* type: minidsp
* slotChangeDelay: if true, the command to change the slot is always sent to minidsp-rs as a separate command.
* slotChangeDelay: if true, the command to change the slot is always sent to minidsp-rs as a separate command. If a positive integer or float, it represents an additional delay (in seconds) that will separate each command.

By default, it is assumed the Minidsp 2x4HD is in use. To use a different model, specify via the device_type option. For example:

Expand Down Expand Up @@ -172,7 +172,7 @@ BEQ filters are written to both input channels.

configure as per 2x4HD

add `slotChangeDelay: true` to workaround issues with slow slot changing
add `slotChangeDelay: true` to workaround issues with slow slot changing. If it remains unstable, use `slotChangeDelay: 1.5` (or some other number, experiment to find the smallest value that enables a reliable experience).

Dirac mode (PEQ on output) is only supported at present via a custom configuration.

Expand Down

0 comments on commit f6218e8

Please sign in to comment.