Fix default amplification factor

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 10 years ago
parent b7a5fa0632
commit d2ab411f80
  1. 1
      Changelog
  2. 1
      src/main.c

@ -5,6 +5,7 @@ Stable versions
- Requires libxmp 4.4
- Add option to force tracker emulation
- Add option to enable classic sound mixers
- Fix default amplification factor
- Remove option --offset-bug-emulation
4.0.11 (20160306):

@ -231,6 +231,7 @@ int main(int argc, char **argv)
opt.interp = XMP_INTERP_SPLINE;
opt.dsp = XMP_DSP_LOWPASS;
opt.player_mode = XMP_MODE_AUTO;
opt.amplify = 1;
/* read configuration file */
if (!opt.norc) {

Loading…
Cancel
Save