Idlak / idlak

Official home of the Idlak Speech Synthesis Toolkit
Other
66 stars 24 forks source link

improving tangle scripts to run on MacOS #129

Closed lpierron closed 4 years ago

lpierron commented 4 years ago

The scripts synthesis_voice_pitch.sh and tangle_train.sh in idlak-egs/tts_tangle_arctic/s2/local were not working on MacOS because a different usage on MacOS for the commands head and readlink. The bad command readlink -f was replaced by its equivalent realpath and where it was necessary OS type was checked by uname.

The documentation README.md has been updated with the correct path for the Tangle examples.