Skip to content

Commit

Permalink
Add two TTS models
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiho committed Oct 26, 2023
1 parent 7892470 commit 7b762da
Show file tree
Hide file tree
Showing 9 changed files with 1,012 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# French-tts-model-piper

French TTS models for pipers
French TTS models for pipers

First one train both on https://git.bksp.space/Tjiho/newspaper-sentences and https://git.bksp.space/Tjiho/baudelaire-sentences

<audio src="./small-example-1.wav"/>
<audio src="./long-example-1.wav"/>

Second one only train on https://git.bksp.space/Tjiho/baudelaire-sentences

<audio src="./small-example-1.wav"/>
<audio src="./long-example-1.wav"/>


You can use them with Piper speech synthetiser https://github.com/rhasspy/piper

```
echo "Je suis un modèle d'intelligence artificielle qui parle français" | ~/bin/piper/piper -m <model> --output_file <your_file>
```
Binary file added long-example-1.wav
Binary file not shown.
Binary file added long-example-2.wav
Binary file not shown.
Binary file added model 1/tom1.onnx
Binary file not shown.
Loading

0 comments on commit 7b762da

Please sign in to comment.