Rename macros to cast to and from samples: BYTE -> 8BIT, WORD -> 16BIT &c.
Fix a comment typo.
Fix lots of compiler warnings. Sadly there are two classes that I
Change type of level to match sox_output_message_handler
Remove a missed usage field
Fix compiler warnings. All fixes were trivial and one of three:
Remove unused "usage" field from format struct.
Add FIXME to make ignoreSize usable.
Rename sox_sample_t -> sox_ssample_t and sox_usample_t to
Find a little more info on DVMS. I don't think we need write more here. See
Add libao handler for playing. Sadly libao only handles output. When
Fix --enable-debug, which I recently broke.
Make configure script fail if it can't find a library you explicitly
Add windows-style awb suffix
removing reference to eof.
Rename "delete" functions to "kill" for consistency. Closes #1652035.
Use length as given in WAV file, to avoid treating extra chunks as
Remove sox-config, which is more of a hindrance than a help. Closes
Clarify error messages for unhandled/unknown WAV formats, and suggest
Allow play/rec symlinks not to be installed (closes #1667835).
Update "ststdint.h" to "soxstdint.h" and remove *.raw and *.sf
Add a --disable flag for each sound driver.
Speed up reading/writing of 3-byte formats.
Add nibble and bit swaps to formatText
Change sox_readbuf and sox_writebuf to take a number of bytes rather
Added tests for raw-file bit and nibble reversal