Skip to content

A ready made srt file to tts script that you can easily use to turn any srt file of yours ,preserving timestamps and turn it into a fine-tuned arabic audio file

Notifications You must be signed in to change notification settings

just-a-weird-guy/tts_arabic-srt-to-tts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple scripts that i have been using to turn my srt files into a timestamp accurate output tts audio file ,here is how to run your project: to run, first install the code files locally (the 5 uploaded files are enough to run the script (character_map.py ,dockerfile ,process_srt.py ,requirements.txt ,run.sh)) build the dockerfile using (docker build -t arabic-tts .) and when finished ,you can run the script using (docker run -v C:\Users(path to your srt file destination) -v C:\Users(path to your output destination) -e SPEAKER=1 -e PACE=0.9 -e USE_HIFIGAN=1 arabic-tts

(settings can be tweaked based on your prefrences through either the script or the run command)

About

A ready made srt file to tts script that you can easily use to turn any srt file of yours ,preserving timestamps and turn it into a fine-tuned arabic audio file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%