Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia authored Aug 6, 2022
1 parent c908397 commit d3e86b3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Indonesian TTS using Coqui TTS. Models are available in [Releases](https://github.com/Wikidepia/indonesian-tts/releases/) tab.

**DO NOT USE FOR COMMERCIAL PURPOSES.**
**DO NOT USE FOR COMMERCIAL PURPOSES!**

## Model changelog

Expand All @@ -29,10 +29,24 @@ https://user-images.githubusercontent.com/72781956/183240414-b1127e83-6ddd-427c-

https://user-images.githubusercontent.com/72781956/183240420-a5d0d335-af4a-4563-a744-40f6795955c5.mp4

`Semar (Audiobook)`:
`Wibowo (Audiobook)`:

https://user-images.githubusercontent.com/72781956/183240434-fb0c3656-8673-453e-8900-f4df491e0d0b.mp4

## How to use

You need [`g2p-id`](https://github.com/Wikidepia/g2p-id) to convert grapheme to phoneme.

Use `tts` command from Coqui TTS to synthesize speech:

```
tts --text "saja səˈdanʔ ˈbərada di dʒaˈkarta." \
--model_path checkpoint.pth \
--config_path config.json \
--speaker_idx wibowo \
--out_path output.wav
```

## Data

- [Indonesian Azure TTS](https://depia.wiki/files/azure-tts.tar)

0 comments on commit d3e86b3

Please sign in to comment.