arabic tts
1.0.0
Dies ist Festvox -Stimme, die auf arabischem Sprechkorpus ausgebildet ist
Beachten Sie, dass das Training auf hochwertigen Korpus wie SASSC bessere Ergebnisse liefern würde (einschließlich Stichproben).
ASC Corpus: Festvox Probe1, Festvox Probe2, Flite Probe1 und Flite Probe2
SASSC Corpus: Festvox -Probe und Flite -Probe
sudo apt install build-essential
sudo apt install git
sudo apt install sox
sudo apt install libcurses-ocaml-dev
git clone https://github.com/asrajeh/arabic-tts.git
cd arabic-tts
./install_asc_voice.sh
./tts.sh -i input.txt -o output.wav -v asc_festvox
./tts.sh -i 'السَّلَامُ عَلَيْكُمْ' -o output.wav -v asc_festvox
./tts.sh -i 'السلام عليكم' -o output.wav -v sassc_festvox -d 1
./build_asc_voice.sh