Feed2Podcast
Generate a Podcast from text based RSS feeds using TTS
With this tool you can generate a podcast feed based on a regular text based RSS feed, where the audio is generated (on demand) using any OpenAI compatible TTS server.
Generated podcasts are cached to reduce response time for recurring requests.
[!NOTE] If you are familiar with tools like RSSBridge. It is similar to that just from RSS Feed to Podcast.
Usage
Either run the feed2podcast
binary or deploy the server using docker (see docker-compose.yml
). Don’t forget to configure it to your needs using environment variables or command line arguments (see feed2podcast --help
for all options).
Next go to http://127.0.0.1:3000
(or :8080
when using docker). Here you can build the Podcast feed. The resulting URL can then be plugged into your Pod-Catcher and you are ready to go.
[!NOTE] Depending on the speed of the TTS server you are using, the first download of an Episode might take a while.
Last page update: Saturday, September 13th 2025, 04:25:23 UTC