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
Reuse --interactive option for interactive mode
Make interactive skipping more robust
Fix newfile/restart in connection with merging, mixing
Allow unlimited number of user effects for SoX
Allow unlimited number of effects for libsox
Enable --plot for the biquad effect
Fix documentation for unsigned-integer encoding
Correct documentation for splice effect
Replace "CVS" with "git" in readmes
make pusleaudio driver highest priority audio driver
fix effect pipeline and file length propogation
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Sync'd with latest upload to Debian.
Added support for libav >= 0.7.0.
the splice effect is easily misunderstood; hopefully, this diagram will help alleviate this
Stop using some deprecated symbol names.
Fix lock-up when a special-file option is given with another option in
fix nonsense values for peak and trough RMS with very short files