Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,7 @@ Parler-TTS v0.1 is a lightweight text-to-speech (TTS) model, trained on 10.5K ho
|
|
16 |
|
17 |
## Usage
|
18 |
|
19 |
-
|
20 |
-
> **NOTE:**
|
21 |
-
> You can directly try it out in an interactive demo [here](https://huggingface.co/spaces/parler-tts/parler_tts_mini)!
|
22 |
|
23 |
Using Parler-TTS is as simple as "bonjour". Simply install the library once:
|
24 |
```sh
|
@@ -46,10 +44,10 @@ audio_arr = generation.cpu().numpy().squeeze()
|
|
46 |
sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
|
47 |
```
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
|
54 |
## Motivation
|
55 |
|
|
|
16 |
|
17 |
## Usage
|
18 |
|
19 |
+
**NOTE:** You can directly try it out in an interactive demo [here](https://huggingface.co/spaces/parler-tts/parler_tts_mini)!
|
|
|
|
|
20 |
|
21 |
Using Parler-TTS is as simple as "bonjour". Simply install the library once:
|
22 |
```sh
|
|
|
44 |
sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
|
45 |
```
|
46 |
|
47 |
+
**Tips**:
|
48 |
+
* Include the term "very clear audio" to generate the highest quality audio, and "very noisy audio" for high levels of background noise
|
49 |
+
* * Punctuation can be used to control the prosody of the generations, e.g. use commas to add small breaks in speech
|
50 |
+
* The remaining speech features (gender, speaking rate, pitch and reverberation) can be controlled directly through the prompt
|
51 |
|
52 |
## Motivation
|
53 |
|