Example 'db' directory is already present with few words (to see the structure of the 'db' directory.)
-
download audio files from the link http://download.shtooka.net/eng-wcp-us_flac.tar
-
unzip 'eng-wcp-us_flac.tar' in 'db' directory
tar -C db/ -xvf eng-wcp-us_flac.tar
-
convert .flac files to .wav files : run convert.py file
python3 convert.py "db/flac/" "db/english_audio/"
-
Run reader.py (.6 is delay time for next word)
python3 reader.py "story.txt" "db/english_audio/" .6
-
download audio files from the link :
http://download.shtooka.net/eng-wcp-us_flac.tar
-
unzip 'eng-wcp-us_flac.tar' in 'db' directory :
tar -C db/ -xvf eng-wcp-us_flac.tar
-
convert .flac files to .wav files :
python3 convert.py "db/flac/" "db/english_audio/"
-
Run reader.py :
python3 reader.py "story.txt" "db/english_audio/"
View