AFL: Audio Formatting Language



[Next] [Up] [Previous]
Next: Overview Up: AUDIO SYSTEM FOR TECHNICAL Previous: Unambiguous document encodings

AFL: Audio Formatting Language

 

In c:recognition, we described the internal representations used to capture document structure and content. This internal representation is rendered in audio by applying audio rendering rules written in AFL, a language for audio formatting.

AFL can be viewed as the audio analogue of visual formatting languages like Postscript. Postscript provides primitives to write visual rendering rules; AFL provides the corresponding audio rendering primitives. A set of rendering rules written in AFL manipulate the audio formatter: the logical device that controls the (possibly) multiple components (e.g., speech and sound) of the audio system.

The audio formatter has state. The kind of voice used, the speed of speech, the pitch of the voice, the type of sounds generated, etc. are all determined by the current state of the formatter. AFL, a block structured language, captures this state in an AFL program variable, and AFL statements manipulate this state. This chapter describes AFL, which has been implemented as an extension to Common Lisp. Thus, the AFL programmer can use all the standard constructs provided by Lisp.

s:overview_of_afl, gives an overview of AFL and the design issues that have been addressed. s:speech_space presents AFL in its most important setting, as a language capable of controlling a single component -a speech synthesizer. s:combine_afl_subspaces describes how AFL handles an audio formatter with multiple components. s:non_speech_audio_space describes AFL in the context of non-speech audio, and s:afl_pronounce describes the pronunciation component of our present system. s:justification provides some concluding remarks. a:afl documents the various AFL statements.





TV Raman
Thu Mar 9 20:10:41 EST 1995