Short:        OGG/MP3/FLAC/WV/AMR player/converter
Author:       Lance Norskog
Uploader:     Piotr Bandurski <ami_stuff o2 pl>
Type:         mus/play
Version:      14.3.1
Replaces:     mus/play/sox-14.3.1-m68k.lha
Requires:     020+881, AHI, ixemul.library v63+
Architecture: m68k-amigaos >= 2.0.4


SoX 14.3.1

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.


Requirements:

68020+ with FPU
AHI (for optional audio playback)
ixemul.library v63+


This version was compiled with:

libmad
libvorbis
libflac
libwavpack
libopencore-amrnb
libopencore-amrwb
libgsm
liblpc
libid3tag
libsndfile
libao
libmp3lame

support.


Usage:

1. to play any supported audio file:

sox file.[mp3/ogg/wv/flac/...] -d

2. to convert one audio file format to another:

sox file1.[mp3/ogg/wv/flac/...] file2.[mp3/ogg/wv/flac/...]

with some audio formats you will be asked for compression
mode for output file:

sox file1.wav -C 8 file2.flac

3. to use the echo effect:

sox file1.wav file2.wav echo 0.5 0.5 100 0.5


Don't forget to assign "T:" somewhere, because SoX needs temp disk space.


Amiga 68k port by Piotr Bandurski