Skip to content

Instantly share code, notes, and snippets.

@mmloveaa
Last active April 2, 2020 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmloveaa/c83df0e7557782b45b87dfef1820ffbe to your computer and use it in GitHub Desktop.
Save mmloveaa/c83df0e7557782b45b87dfef1820ffbe to your computer and use it in GitHub Desktop.
<AoGProTips> Synchronize animations with the Text-To-Speech
const callbacks = {
onTtsMark(markName) {
if (markName === ’START_ROAR’) {
beginRoaring();
} else if (markName === ’STOP_ROAR’) {
stopRoaring();
} else {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment