Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

send text to avs #35

Closed
mduzgun opened this issue May 22, 2019 · 1 comment
Closed

send text to avs #35

mduzgun opened this issue May 22, 2019 · 1 comment

Comments

@mduzgun
Copy link

mduzgun commented May 22, 2019

How to send text to Alexa instead of audio file? Is there any way?

@richtier
Copy link
Owner

richtier commented Jul 7, 2019

Not that I am aware of. You can, however, send the text to a text to speech service then send hte resulting audio to alexa voice service using this client:

  1. https://console.aws.amazon.com/polly/home/SynthesizeSpeech (select MP3 16000Hz)
  2. convert it to wav: $ffmpeg -i input.mp3 -ar 16000 output.wav
  3. Upload the AVS using this library

@richtier richtier closed this as completed Jul 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants