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
rm obsolete file (we still have, and refer to, the wav version)
tempo does not involve a rate change
we've not had a voc file for long while
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
allow inspection of bitrate of VBR frames for debug
Delete obsolete ax_create_stdint_h.m4
Fix getopt to not use global state
continuing move from off_t to uint64_t
Fix use of UNUSED in example1.c
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Cosmetic/consistency fixes for sox.h
final git commit email test.
another whitespace change to test commit email
whitespace change to test email hook.
Fix warning regarding prototype of lsx_getopt
Fix warning for strict aliasing of magic
Fix warning for unused tagtype function
Fix warning for unused id3tagmap
Add changelog for sox_globals.use_threads
Fix compile warning in trim.c when ulong != size_t