Skip to content

Commit 9091993

Browse files
committed
squash! examples : add README.md to tts example [no ci]
Fix heading to be consistent with other examples, and add a quickstart section to README.md.
1 parent 0b87a2d commit 9091993

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

examples/tts/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
## Text To Speach (TTS) example
1+
# llama.cpp/example/tts
22
This example demonstrates the Text To Speach feature. It uses a
33
[model](https://www.outeai.com/blog/outetts-0.2-500m) from
44
[outeai](https://www.outeai.com/).
55

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+
615
### Model conversion
716
Checkout or download the model that contains the LLM model:
817
```console

0 commit comments

Comments
 (0)