enqueueAll

fun enqueueAll(texts: List<String>, preset: SpeechPreset = config.defaultPreset): BetterFrenchTts

Adds multiple text items to the queue at once, all sharing the same preset.

Return

This instance for chaining.

Parameters

texts

The French texts to enqueue.

preset

Prosody preset applied to every item. Defaults to Config.defaultPreset.

See also