Skip to content

Instantly share code, notes, and snippets.

@pasindud
Created January 29, 2018 09:21
Show Gist options
  • Select an option

  • Save pasindud/03d959abdbde808821e7c72373ee12b7 to your computer and use it in GitHub Desktop.

Select an option

Save pasindud/03d959abdbde808821e7c72373ee12b7 to your computer and use it in GitHub Desktop.
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