We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm facing directories problem after running (01_setup.sh vctk_avm ). The directories are changing as below:
ESTDIR=/l/SRC/speech_tools/bin FESTDIR=/l/SRC/festival_2_4/festival FESTVOXDIR=/l/SRC/festvox/ HTKDIR=/l/SRC/htk-3.5/bin
While the correct directories are as below:
ESTDIR=/home/merlin/tools/speech_tools/ FESTDIR=/home/merlin/tools/festival/ FESTVOXDIR=/home/merlin/tools/festvox/ HTKDIR=/home/merlin/tools/bin/htk
Please I need your help to overcome this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm facing directories problem after running (01_setup.sh vctk_avm ).
The directories are changing as below:
ESTDIR=/l/SRC/speech_tools/bin
FESTDIR=/l/SRC/festival_2_4/festival
FESTVOXDIR=/l/SRC/festvox/
HTKDIR=/l/SRC/htk-3.5/bin
While the correct directories are as below:
ESTDIR=/home/merlin/tools/speech_tools/
FESTDIR=/home/merlin/tools/festival/
FESTVOXDIR=/home/merlin/tools/festvox/
HTKDIR=/home/merlin/tools/bin/htk
Please I need your help to overcome this issue.
The text was updated successfully, but these errors were encountered: