Update changelog with release date.
Let the flac output format specify its own bit-depth instead of assuming 16 bits (avoid incorrectly dithering). Fix handling of "%n" format when width not specified.
Mark speexdsp effect as experimental.
Fix incorrect direct use of FFT cache (used without lock and without previously
Update documentation for MSVC solution. Add experimental speexdsp effect to MSVC build.
Add SpeexDSP effect to sox for easy-to-use automatic gain control and noise reduction filter.
Add coefficients for shibata noise shaping for additional sample rates.
sndio changelog entry
Prefer OpenBSD's sndio over older sunau drivers.
Enable txt target on MSYS by replacing col program with sed script.
Allow script to work under real MSYS setup and not just Fedora mingw.
Don't make first call to AC_CHECK_HEADERS conditional.
Fix warning in win32-glob when compiled with GCC.
Fix some warnings in win32-ltdl.c when compiled under GCC.
Use internal win3 ltdl on mingw since its there.
Define _countof for platforms where not already defined (i.e. MinGW).
Don't use signal.h's kill() name to work around cygwin compiler bugs.
Enable glob support on mingw build.
64-bit file support in MinGW builds for windows.
Add win32 AMR notes. Add support for cygwin version of AMR DLL's.
remote -static and use gcc. Add cygwin32 to ZIP filename.
cygwin 1.7's gcc-4 doesn't support -static option currently.
add note on how to get flac working on os x.
Minor doc updates.
Move all AM_CONDITIONAL()'s to before call to AC_CONFIG_FILES().
Fix MinGW warning for unused parameter.
Fix warnings in MinGW build.
Fix warnings from MS Visual Studio build.
Apply changes suggested in tracker patch 2909975 to fix effect flags for fade, remix, silence, and speed effects.
Allow the waveaudio device to support "8-bit" playback. Mainly so you can hear what the result will sound like if you were to encode to an 8-bit format.
Use conio.h for interactive console with MinGW. Adds HAVE_CONIO_H config setting, enabled by default for MSVC and MinGW.
Enable cygwin TEMP work around on mingw as well.
Revert use of fseeko64 on mingw for now since its buggy.
Fix disabling amr support.
Clean up some warnings.
Use off64_t when using fseeko64.
- Removed .so files that are now included in "libsox.so".
Update configure to not require amr package to be installed if
Make AMR formats be able to dlopen either 3GPP or OpenCore shared library.
Detect fseeko replacement on mingw.
When mingw supports openmp, need to distribute some extra libraries.
Split source files into separate folders to make them easier to find. Change SoX project settings so that it reports OMP support if present during the build process.
Add missing flags to usage string.
The MSVC build of LibSndFile isn't officially supported or tested, so I'm a bit
Add -lpthreads to -lgomp on platforms known to need it.
Strip binary before packaging.
Update "tempo" effect documentation. Also fix some punctuation inconsistencies in other parts of the man page.
Add missing --enable-dl-amrnb option.
Update with latest instructions for cygwin and mingw+fedora build.
Look for libpng12 as backup to libpng since some people may not package
automate building mingw version of sox under unix with cross compiler.
Force gcc-4 again.
Removing unused optional-fmts.in file.
Support file extensions to allow testing mingw cross compiles+wine.
Remove redundant typedef from msvc9 soxconfig.h file.
Fix wavpack support for MSVC9 project.
Update documentation regarding VC9 build.
Get rid of all references to amr1.h and amr2.h this time.
Remove now unneeded headers from distribution.
Add info about the msvc9 build project.
MSVC9 build solution for SoX and supplemental libraries. Requires the sources for the supplemental libraries to be extracted next to the SoX sources.
Add optional support for glob and ltdl on MS Windows via minimal substitute libraries.
Output better diagnostic messages when searching for shared libraries. Define aliases for Posix function names so they can be recognized by VC without warning. Allow use of 64-bit file lengths with the MSVC CRT.
Skip compiling ffmpeg.c if !HAVE_FFMPEG. Skip compiling wavpack.c if !HAVE_WAVPACK_H && !HAVE_WAVPACK. If HAVE_WAVPACK_H is set, look for <wavpack.h> (source location), otherwise look for <wavpack/wavpack.h> (installed location). Does not affect existing code, but allows MSVC compiles to more easily build against the wavpack source distribution.
No longer needed after recent changes to AMR plugin.
Fix disabling of sndfile support introduced with dlopen support.
Only link in external libraries once. For shared libsox, link into
Add support for dlopen() of amr-nb and amr-wb libraries.
Change MP3 input percision back to 16 bits to make default behavior
Don't link in sndfile with --enable-dl-sndfile.
Cleanup ID3 tag support to work with 3.97 lame as much as possible.
Don't check each windows header file to prevent multiple additions
mmsystem.h requires windows.h to be loaded first. Required for cygwin.
Add support for --enable-dl-sndfile to configure (dlopen libsndfile).
Depredicate lame 3.97.
Only support ID3TAG writing with lame 3.98 using id3tag_set_fieldvalue
Fix writing 24-bit PAF files and possibly other libsndfile formats that
Optional support for opencore-amr libraries.
Really include README.source is the Debian package.
- Merged with NMU patch from Stefano Zacchiroli;
Plenty of hyphen explicitely converted to minus to make groff happy.
Refactor dynamic loading, fix MP3 issues - ID: 2859256 - latest patch
spelling
[2859244] Fixes to improve compatibility with MSVC
rm duplicate include
latest mp3 patch
update (c) notice
write id3 tags to mp3
fix warning
Fix [2859842] stats effect crashes on 64-bit arch.
make c++ compatible
mp3 compression params
recent changes
32-bit alsa
fix warning
minor
bit-rot reorg
oops
bit-rot reorg
fix warnings