Add podcastfy example to README.md (#296)

Podcastfy is an Open Source Python alternative to NotebookLM's podcast feature that enables Transforming Multimodal Content into Captivating Multilingual Audio Conversations with GenAI

It uses Edge as one of the TTS backends.
This commit is contained in:
Tharsis Souza 2024-11-01 09:48:04 -03:00 committed by GitHub
parent 0f4db8d78a
commit a98e9ac7d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ In addition, it is required to use `--rate=-50%` instead of `--rate -50%` (note
It is possible to use the `edge-tts` module directly from Python. For a list of example applications:
* https://github.com/souzatharsis/podcastfy/blob/main/podcastfy/tts/providers/edge.py
* https://github.com/rany2/edge-tts/tree/master/examples
* https://github.com/rany2/edge-tts/blob/master/src/edge_tts/util.py
* https://github.com/hasscc/hass-edge-tts/blob/main/custom_components/edge_tts/tts.py