Created
January 29, 2018 09:21
-
-
Save pasindud/03d959abdbde808821e7c72373ee12b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set -v | |
| set -x | |
| set -e | |
| # Read text from stdin | |
| read txt; TEXT=${txt}; | |
| SYNTH_ID=$RANDOM | |
| echo "${txt}" | /usr/local/src/language-resources/docker-images/test-merlin/synth.sh "${SYNTH_ID}" | |
| cat "/usr/local/src/merlin/egs/locale/s1/models/test_synthesis/wav/${SYNTH_ID}.wav" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment