We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b87a2d commit 9091993Copy full SHA for 9091993
examples/tts/README.md
@@ -1,8 +1,17 @@
1
-## Text To Speach (TTS) example
+# llama.cpp/example/tts
2
This example demonstrates the Text To Speach feature. It uses a
3
[model](https://www.outeai.com/blog/outetts-0.2-500m) from
4
[outeai](https://www.outeai.com/).
5
6
+## Quickstart
7
+If you have built llama.cpp with `-DLLAMA_CURL=ON` you can simply run the
8
+following command and the required models will be downloaded automatically:
9
+```console
10
+$ build/bin/llama-tts --tts-oute-default -p "Hello world" && aplay output.wav
11
+```
12
+For details about the models and how to convert them to the required format
13
+see the following sections.
14
+
15
### Model conversion
16
Checkout or download the model that contains the LLM model:
17
```console
0 commit comments