arabic tts
1.0.0
هذا هو صوت Festvox مدرب على مجموعة الخطاب العربي
لاحظ أن التدريب على مجموعة عالية الجودة مثل SASSC سيعطي نتائج أفضل (العينات المدرجة).
ASC Corpus: Festvox Sample1 ، Festvox Sample2 ، Flite Sample1 و Flite Sample2
ساسك كوربوس: عينة Festvox وعينة Flite
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