-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
1,012 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.