Context
We previously tried ElevenLabs for custom voice synthesis for the podcast and hit issues. Found an open-source alternative worth exploring:
Voicebox - https://github.com/jamiepine/voicebox
- Open-source voice synthesis studio powered by Qwen3-TTS
- Could replace NotebookLM's default voices with custom ones
- Local/self-hosted = no API limits or recurring costs
Why This Matters
- NotebookLM gives us no control over voice selection or style
- ElevenLabs had quality/reliability issues when we tried it
- Open-source means we can iterate on voice quality locally
- Could enable consistent "host" voices across all episodes
To Investigate
Integration Path
If viable, the workflow would be:
- Generate script/transcript (current workflow up to report.md)
- Use Voicebox to synthesize audio with custom voices
- Replace NotebookLM step entirely
This would give us full control over the audio generation pipeline.
Context
We previously tried ElevenLabs for custom voice synthesis for the podcast and hit issues. Found an open-source alternative worth exploring:
Voicebox - https://github.com/jamiepine/voicebox
Why This Matters
To Investigate
Integration Path
If viable, the workflow would be:
This would give us full control over the audio generation pipeline.