Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: text-to-speech
|
|
13 |
2. Removed the `phonemizer` dependency and instead call `espeak` directly.
|
14 |
* Identical phonemization functionality using `espeak` directly.
|
15 |
* The espeak files must be available in the system PATH or in the same directory as `kokoro.py`:
|
16 |
-
* The necessary files for Windows users are included in this repository (`espeak-ng.exe`, `libespeak-ng.dll
|
17 |
3. Added `expand_acronym()` function to `kokoro.py` to improve pronunciation (Example: "NASA" → "N. A. S. A.")
|
18 |
|
19 |
# Reduction of Dependencies
|
|
|
13 |
2. Removed the `phonemizer` dependency and instead call `espeak` directly.
|
14 |
* Identical phonemization functionality using `espeak` directly.
|
15 |
* The espeak files must be available in the system PATH or in the same directory as `kokoro.py`:
|
16 |
+
* The necessary files for Windows users are included in this repository (`espeak-ng.exe`, `libespeak-ng.dll`, and `espeak-ng-data`), but [other platforms can get similar files here](https://github.com/espeak-ng/espeak-ng).
|
17 |
3. Added `expand_acronym()` function to `kokoro.py` to improve pronunciation (Example: "NASA" → "N. A. S. A.")
|
18 |
|
19 |
# Reduction of Dependencies
|