Gandr TTS in a Haystack pipeline.
One pip install, one component, and any Haystack pipeline can speak its answer.
The whole integration
Install, construct, add to the pipeline.
Integration
pip install gandr-haystack
from gandr_haystack import GandrTTS
tts = GandrTTS(voice="gandr-mia")
The component fits a standard Haystack pipeline. The key comes from GANDR_API_KEY.
What it needs
What it takes
| One package | pip install gandr-haystack |
| A key | GANDR_API_KEY in the environment |
| Haystack | Any recent version with pipeline components |
| Python | 3.9 or newer |