Use PRIuPTR for effects chain debugging output
contrast: process channels separately
fade/gain/remix: drain only complete wide samples
Fail if an MCHAN effect is splitting wide samples
Feed only complete wide samples to MCHAN effects
Optional target level argument to --norm
Allow an empty effects chain with --effects-file
Allow lines of arbitrary length in effects file
Dynamically allocate user_effargs argv array
Allow the last of multiple effects chains to be empty
Factor out deleting an effects chain into a separate function
Get rid of init_eff_chains()
Use lsx_fail instead of a plain printf
Use lsx_strdup() instead of strdup()
Derive "channels" effect handler from "remix" handler
Deprecate using "swap" with parameters
Make oops an alias of remix
Deprecate the mixer effect
remix: stricter syntax checking
alsa: support SND_PCM_FORMAT_S24_3LE format
alsa: make select_format() extensible
alsa: determine signal precision
Use full output bit-depth when dithering
Describe some SOX_EFF_* flags more precisely
Let some effects calculate expected output length
Improve default output length calculation for effects
Add audio length to effects chain debugging output
Fix pointer type mismatches due to 64-bit cleanup
vol/dcshift effects: use 64-bit limiting/clipping counters
Count samples with 64 bits in more places
pad effect: fix a syntax checking corner case
Use lsx_strdup to copy strings
repeat effect: pass through audio on first pass
repeat effect: document behaviour if no argument is given
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
speed effect: add missing SOX_EFF_MODIFY flag
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples
sinc filter: clarify usage in light of recent sox-users discussion; add soft-break for better rendering in 80 columns
Eliminate Doxygen warnings due to static assertions
Remove support for mp3lame < 3.98.
Remove support for libFLAC < 1.1.3.
Extend upsample documentation
Increase resolution for gnuplot plots of biquad filters
Set SOX_EFF_PREC for remix and channels effects
Warn when trying to dither to 1 bit
Update cmake to require libsndfile-1.0.12 or newer.
Make libsndfile-1.0.12 the minimum supported.
Remove DOS style \r from end-of-line on README.osx
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Add Doxygen (JavaDoc-like) comments to sox.h.
Improve syntax checking for some effects
fir effect: support for --plot
Let hilbert use a Blackman window for even less ripple
Minor typographical changes
Remove deprecated PLAY_RATE_ARG environment variable
Remove deprecated -b and -i options to the norm effect
Remove deprecated "filter" effect
Remove deprecated pan effect
Remove deprecated "key" effect (alias of pitch)
Remove deprecated rate aliases (resample, polyphase, rabbit)
Prepare removal of deprecated features
Add new effects to CMakeLists.txt
Warn (instead of failing) when non-analysis effects follow dither
dither effect: allow overriding the target precision
Use (standardized) PRIuPTR instead of FMT_size_t.
Get rid of unnecessary *.filters files in MSVC10 folder.
Minor cleanup of msvc10 projects.
Add hilbert.c and upsample.c to MSVC projects.
Added the armhf arch can also build alsa.
Clarified that the opencore-amr implementation can also be used.
Clarified that the opencore-amr implementation can also be used.
Don't include math.h in hilbert.c
sox.1: Don’t use deprecated sample size flags in example code.
Update .dat format description
Read more of the file for automatic format detection
fir effect: don't crash when no coefficients are given
Fix "may be undefined" compiler warnings
WAV format: pad to an even number of data bytes
delay effect: more syntax checking
delay effect: Allow a delay to be more than the input length
Update change log with compand/mcompand fixes
Prevent memory corruption in mcompand effect
Fix crash in compand effect
Add support for floating point encodings in AIFF-C files
Use "rb" with popen() on windows.
Fix OSX coreaudio device name searches. Would stop looking
fix uint64 prototype issues