Skip to content

Festival Playback and Export

Giuseppe GitHub edited this page Aug 4, 2026 · 1 revision

Festival Playback and Export

Connection test

The application initializes COM, locates FestivalTTSCOM.dll, resolves the Festival library, configures win32audio, and selects the chosen voice.

Selected phoneme preview

The selected event can be synthesized independently for focused pronunciation testing.

Direct sequence playback

The complete event sequence is converted into Festival Scheme commands and played synchronously through Festival. No temporary WAV is required for external playback.

Stop

The Stop command requests Festival's audio backend to shut up and ends the current operation.

WAV export

WAV export synthesizes the current sequence and saves it directly to the selected path. Export is separate from direct playback.

The activity area reports queued, active, successful, and failed Festival commands.

Clone this wiki locally