Closed hannut closed 5 years ago
Tried to apply db -volumes with "dsptoolkit set-volume" following the documentation (/doc/dsptoolkit.md). There should be a mention for shortcircuiting negative db values with "--". Example below:
root@hifiberry:~# dsptoolkit set-volume -3db dsptoolkit: error: unrecognized arguments: -3db root@hifiberry:~# dsptoolkit set-volume '-3db' dsptoolkit: error: unrecognized arguments: -3db root@hifiberry:~# dsptoolkit set-volume -- -3db Volume set to -3.0dB
Added this to the documentation
Tried to apply db -volumes with "dsptoolkit set-volume" following the documentation (/doc/dsptoolkit.md). There should be a mention for shortcircuiting negative db values with "--". Example below: