From a98e9ac7d3a0940f6bc5e6bc8aae63815202faf5 Mon Sep 17 00:00:00 2001 From: Tharsis Souza Date: Fri, 1 Nov 2024 09:48:04 -0300 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80c6bb1..9ab63f0 100644 --- a/README.md +++ b/README.md @@ -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