Boost Audio - AI Reader (TTS)
boost_audio_ai_readerGenerate natural speech from text using Boost Audio AI. Supports 23 languages. Adjust voice expression from calm to very expressive. Use this when the user wants to convert text to audio, create a voiceover, narrate content, or listen to text read aloud. Returns a downloadable WAV audio file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to synthesize into speech. Maximum ~200 words for FREE tier, ~500 for Producer, unlimited for Ultimate. Leave empty to open the widget for interactive input. | |
| _action | No | Internal action selector. 'generate' synthesizes speech (default), 'languages' returns the supported language list. | |
| _inline | No | Internal flag set by the widget to drive the generation pipeline. | |
| language | No | Language code for synthesis (e.g. 'pl', 'en', 'de'). Defaults to 'pl'. The voice model is optimized for the selected language. | |
| exaggeration | No | Voice expressiveness level from 0.0 (calm, neutral) to 1.0 (very expressive, dramatic). Default 0.5. Use lower values for narration, higher for dramatic reading. | |
| reference_audio_url | No | URL of a reference audio file to clone the voice from. Available on Ultimate (PRO) tier only. Must be a boost.audio-hosted voice URL. |