unity-sentis
ONNX
PB Unity commited on
Commit
c88aead
·
verified ·
1 Parent(s): 1dec86b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jet
16
  * Press play
17
 
18
  ## Information
19
- This version using a phoneme dictionary to convert the text into a string of phonemes. There are other ways to do this, for example using another model, or heuristics.
20
 
21
  Since we are using a simple dictionary it has no way of distinguishing heteronyms (two words with the same spelling but different pronounciation).
22
 
 
16
  * Press play
17
 
18
  ## Information
19
+ This version uses a phoneme dictionary to convert the text into a string of phonemes. There are other ways to do this, for example using another model, or heuristics.
20
 
21
  Since we are using a simple dictionary it has no way of distinguishing heteronyms (two words with the same spelling but different pronounciation).
22