From 152a69e77ff0d20e079851ef3f73878c5b6c232e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20G=C3=B3mez?= Date: Mon, 3 Feb 2025 21:49:39 +0100 Subject: [PATCH] Add tts-samples repo to README.md (#353) * Add tts-samples repo to README.md * Add short project info and link to mp3 folder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c13e98f..15de9c3 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Other projects that use the `edge-tts` module include: * [hass-edge-tts](https://github.com/hasscc/hass-edge-tts/blob/main/custom_components/edge_tts/tts.py) * [Podcastfy](https://github.com/souzatharsis/podcastfy/blob/main/podcastfy/tts/providers/edge.py) - +* [tts-samples](https://github.com/yaph/tts-samples/blob/main/bin/create_sound_samples.py) - a collection of [mp3 sound samples](https://github.com/yaph/tts-samples/tree/main/mp3) to facilitate picking a voice for your project.