Text-to-Speech
English
hexgrad commited on
Commit
73666a7
·
verified ·
1 Parent(s): 6d846a8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ for i, (gs, ps, audio) in enumerate(generator):
70
  sf.write(f'{i}.wav', audio, 24000) # save each audio file
71
  ```
72
 
73
- Behind the scenes, the `kokoro` library uses [`misaki`](https://pypi.org/project/misaki/), a G2P library: https://github.com/hexgrad/misaki
74
 
75
  ### Releases
76
 
 
70
  sf.write(f'{i}.wav', audio, 24000) # save each audio file
71
  ```
72
 
73
+ Under the hood, `kokoro` uses [`misaki`](https://pypi.org/project/misaki/), a G2P library at https://github.com/hexgrad/misaki
74
 
75
  ### Releases
76