|
|
|
@ -278,6 +278,8 @@ int main(int argc, char **argv) |
|
|
|
opt.interp == XMP_INTERP_SPLINE ? "cubic spline interpolated " : "", |
|
|
|
opt.interp == XMP_INTERP_SPLINE ? "cubic spline interpolated " : "", |
|
|
|
opt.format & XMP_FORMAT_MONO ? "mono" : "stereo", |
|
|
|
opt.format & XMP_FORMAT_MONO ? "mono" : "stereo", |
|
|
|
opt.dsp & XMP_DSP_LOWPASS ? "" : " (no filter)"); |
|
|
|
opt.dsp & XMP_DSP_LOWPASS ? "" : " (no filter)"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
report("Press h for help\n\n"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (opt.probeonly) { |
|
|
|
if (opt.probeonly) { |
|
|
|
|