Generate audio podcasts from knowledge content using text-to-speech. Supports edge-tts (free) and ElevenLabs (premium) for conversational podcast creation.
Transform research content into engaging audio podcasts with conversational dialogue between a host and expert. Supports free (edge-tts) and premium (ElevenLabs) text-to-speech options.
Key Triggers: podcast, audio, tts, text-to-speech, spoken, listen
pip install edge-tts
pip install elevenlabs
# Set API key
export ELEVENLABS_API_KEY="your-api-key"
---