From 5ddcb840163cae63362182fb5d765002fdefec73 Mon Sep 17 00:00:00 2001 From: pswierad-src Date: Fri, 29 Aug 2025 14:33:15 +0200 Subject: [PATCH] Changed the voice TTS url to the proper one with binary files --- src/assets/docs/examples/example-text-to-speech.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/docs/examples/example-text-to-speech.md b/src/assets/docs/examples/example-text-to-speech.md index a3c4431..d3a920c 100644 --- a/src/assets/docs/examples/example-text-to-speech.md +++ b/src/assets/docs/examples/example-text-to-speech.md @@ -5,7 +5,7 @@ This example demonstrates how to use the TextToSpeech feature of MaIN.NET. In th ## 🚀 Quick Start To run the example you need the Kokoro TTS model downloaded. The model must be in ONNX format. -
It can be acquired here: GET KOKORO.
Voices can be downloaded from original Kokoro repository on HuggingFace GET VOICES. +
It can be acquired here: GET KOKORO.
Voices can be downloaded from original Kokoro repository on HuggingFace GET VOICES.
Model needs to be placed in set Models directory. Voices can be stored wherever but their path MUST be set in the example code. ⚠️⚠️⚠️ IMPORTANT ⚠️⚠️⚠️