sndchanger: Sound and text converter.

What's sndchanger?

Sndchanger is a sound and text converter console application. Now "Aiff(PCM8,PCM16,PCM24,PCM32,Float32) -> Text" and "Text -> Aiff(PCM8,PCM16,PCM24,PCM32,Float32)" are supported.

Checking of Operations

Licence

Simplified BSD License

Download

Latest Version

Version 0.0.8 (2010-05-14)
source
binary for MacOSX on Intel md5.sum

Archive

These lower sources are distributed under GNU General Public License version 2.
Version 0.0.7 (2007-07-25)
source
binary for MacOSX on PPC md5.sum
Version 0.0.6 (2007-07-20)
source
binary for MacOSX on PPC md5.sum
Version 0.0.5 (2007-07-07)
source
binary for MacOSX on PPC md5.sum
Version 0.0.4 (2006-07-14)
source
binary for MacOSX on PPC md5.sum
Version 0.0.3 (2006-06-28)
source
binary for MacOSX on PPC md5.sum
For lower sources, Boost Library is required.
Version 0.0.2 (2006-06-28)
source
binary for MacOSX on PPC md5.sum
Version 0.0.1 (2006-06-21)
source
binary for MacOSX on PPC md5.sum

Installation Instructions

% ./configure
% make
# make install

Usage

This program checks an extension, so you have to set text file's extension is ".txt" and aiff file's extension is ".aif" or ".aiff".

Usage Example

aiff(PCM8,PCM16,PCM24,PCM32,Float32) -> text

% sndchanger -t foo.aif foo.txt

text -> aiff(Float32, 48000Hz)

% sndchanger -f 48000 foo.txt foo.aif
or
% sndchanger -f fl32 48000 foo.txt foo.aif

text -> aiff(PCM8, 48000Hz)

% sndchanger -f pcm8 48000 foo.txt foo.aif

text -> aiff(PCM16, 48000Hz)

% sndchanger -f pcm16 48000 foo.txt foo.aif

text -> aiff(PCM24, 48000Hz)

% sndchanger -f pcm24 48000 foo.txt foo.aif

text -> aiff(PCM32, 48000Hz)

% sndchanger -f pcm32 48000 foo.txt foo.aif

Help

% sndchanger --help
or
% sndchanger -h

Example Data

Logistic map(a=3.58, initial value:0.1, 0.2)

ChangeLog

2010-05-14
* Release 0.0.8 : The license is changed to BSD.
2007-07-25
* Release 0.0.7 : Bug fix for PCM8.
2007-07-20
* Release 0.0.6 : PCM8, PCM24 and PCM32 are supported.
2007-07-07
* Release 0.0.5 : PCM16 is supported.
2006-07-14
* Release 0.0.4 : Some error messages were fixed.
2006-06-28
* Release 0.0.3 : Boost isn't required.
2006-06-21
* Release 0.0.2 : Cygwin on Windows 2000 support.
* Release 0.0.1
Home