]> sigrok.org Git - libsigrok.git/commit
output/wav: change default for scale factor from 0.0 to 1.0
authorGerhard Sittig <redacted>
Sun, 23 Oct 2016 09:55:07 +0000 (11:55 +0200)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 21:40:58 +0000 (22:40 +0100)
commit23eeac46edef25d1be2ff4716cb388296b6222ac
treefa9da04b82b3564a0f1073dbaaba0ec17379944c
parentaa0979482f6e7c269609bb2c22d7d75a2845ac75
output/wav: change default for scale factor from 0.0 to 1.0

The WAV output module supports an optional 'scale' factor, in its
absence the samples will pass unmodified. The builtin help text is
unexpected, and reads:

  $ sigrok-cli -O wav --show
  ...
  Options:
    scale: Scale values by factor (default 0.0)

Setup a default scale factor of 1.0, which results in identical
behaviour and better reflects what is happening.
src/output/wav.c