Skip to content

Commit

Permalink
Add podcastfy example to README.md (#296)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
souzatharsis authored Nov 1, 2024
1 parent 0f4db8d commit a98e9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a98e9ac

Please sign in to comment.