SoX: Sound eXchange
===================
SoX (Sound eXchange) is the Swiss Army knife of sound processing tools: it
can convert sound files between many different file formats & audio devices,
and can apply many sound effects & transformations, as well as doing basic
analysis and providing input to more capable analysis and plotting tools.
SoX is licensed under the GNU GPL and G
more»
We are happy to announce the release of SoX 14.3.1.
Source code, Win32 binaries, and Mac OSX binaries can be downloaded from
https://sourceforge.net/project/showfiles.php?group_id=10706
Primarily a maintenance release, highlights include:
o Several fixes incl. multi-core MS-Windows threading problem.
o New MS-Windows native audio driver.
o New Grandstream ringtone file format.
o N
more»
SoX(3) Sound eXchange SoX(3)
NAME
libsox - SoX, an audio file-format and effect library
SYNOPSIS
#include <sox.h>
int sox_format_init(void);
void sox_format_quit(void);
sox_format_t sox_open_read(const char *path, const sox_signalinfo_t *info, const char *filetype);
sox_format_t sox_open_write(sox_bool (*over
more»