speechmarkdown / ask-sample-speechmarkdown

Sample of using Speech Markdown with ASK2 SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Sample of how to use Speech Markdown https://www.speechmarkdown.org with Alexa Skills Kit (ASK) SDK.

All Text-to-Speech (TTS) strings are found in the languageStrings.js file.

Normally, each string could be plain text or Speech Synthesis Markup Language (SSML). With this sample, we use the simplified Speech Markdown instead of SSML.

The SpeechMarkdownResponseInterceptor transforms the Speech Markdown to SSML just before the response is returned.

About

Sample of using Speech Markdown with ASK2 SDK

License:MIT License


Languages

Language:JavaScript 83.0%Language:Shell 17.0%