hifiberry / hifiberry-dsp

DSP toolkit
MIT License
143 stars 36 forks source link

enhancement to dsptoolkit -documentation #6

Closed hannut closed 5 years ago

hannut commented 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
hifiberry commented 5 years ago

Added this to the documentation