This program (rtttl2wav) converts rtttl (Ringing Tones Text Transfer Language) formatted ringing tones to wav files. A raw pcm output can also be copied to stdout if wanted.
This package also includes a simple shell-script name playrtttl. This script plays rtttl stream without using any temporary wav-files. You need a sox frontend called 'play' if you use this script.
Rtttl2wav is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the GNU General Public License, in the file COPYING.
See the file INSTALL for compilation and installation instructions.
See the file TODO for possible future enhancements & modifications.
Basic usage information:
% rtttl2wav <infile> [outfile]
infile: A text file containing rtttl-string without any extra spaces
or carriage returns etc. (An example rtttl file is included
in the package)
outfile: A file where outputted wav data is copied. If omitted, the
raw pcm data is copied to stdout.
