Skip to content

Commit f21ec41

Browse files
authored
Merge branch 'main' into exceptions
2 parents 16f1209 + 9dc2343 commit f21ec41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ if __name__ == "__main__":
120120
- `speed`: Speech speed multiplier (default: 1.0)
121121
- `add_wav_header`: Include WAV header in output (default: True)
122122
- `transliterate`: Enable text transliteration (default: False)
123-
- `remove_extra_silence`: Remove additional silence (default: True)
123+
- `remove_extra_silence`: Remove additional silence (default: True)
124124

125-
These parameters are part of the `AsyncSmallest` instance. They can be set when creating the instance (as shown above). However, the `synthesize` function also accepts `kwargs`, allowing you to override any of these parameters on a per-request basis.
125+
These parameters are part of the `AsyncSmallest` instance. They can be set when creating the instance (as shown above). However, the `synthesize` function also accepts `kwargs`, allowing you to override any of these parameters on a per-request basis.
126126

127127
For example, you can modify the speech speed and sample rate just for a particular synthesis request:
128128
```py

0 commit comments

Comments
 (0)