QutEcoacoustics / baw-audio-tools

Contains the audio, spectrogram, and caching tools for the Bioacoustics Workbench project.
MIT License
5 stars 0 forks source link

SoX quantization level is probably set wrong #2

Open atruskie opened 9 years ago

atruskie commented 9 years ago

the -q option sets quantization of the z-axis.

Its currently set to 249 here https://github.com/QutBioacoustics/baw-audio-tools/blob/master/lib/baw-audio-tools/audio_sox.rb#L237

There's really no point to setting this when the maximum quantization we can show is 256.

Investigate removing or chaning this option.