Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ ChorusConfig config = chorusConfig(Dictionaries.empty())

## Using Kokoro Models

The kokoro-runtime dependency provides the kokoro model and 11 voices. Usage and dictionary/phonmiser selection is then the same as for piper models,
The `kokoro-runtime` dependency provides the kokoro model and 11 voices. Usage and dictionary/phonmiser selection is then the same as for piper models,

```xml
<dependency>
<groupId>org.pitest.voices</groupId>
<artifactId>openvoice-phonemizer</artifactId>
<artifactId>kokoro-runtime</artifactId>
<version>0.0.9</version>
</dependency>
```
Expand Down