ptttl v0.2.0
C implementation of a PTTTL parser. PTTTL is a superset of NOKIA's RTTTL that adds polyphony & vibrato.
|
Files | |
file | ptttl_parser.h [code] |
Parser for RTTTL (Ring Tone Text Transfer Language) and PTTTL (Polyphonic Tone Text Transfer Language, superset of RTTTL which supports polyphony) | |
file | ptttl_sample_generator.h [code] |
Converts the output of ptttl_parse_next() into a stream of signed 16-bit audio samples suitable for a WAV file. Samples can be obtained one at a time, at your leisure. | |
file | ptttl_to_wav.h [code] |
Converts the output of ptttl_parse() into a WAV file. No dynamic memory allocation, and no loading the entire WAV file in memory. | |