Stack Overflow: A New Way for Developers to Get Support for Alexa

Now you can find Alexa-specific tags and topics in the AWS Collective on Stack Overflow. Ask questions and get help from badged experts and the Alexa developer community!

question

newuser-b1b39960-ac11-4888-b714-3d648601d4b5 avatar image

Use dictation and save voice note

Good day


I would like to know if it's possible to dictate using my Alexa Skill and then save the voice file to disk (physical voice file).

- An use case of this is for a specialist who uses dictation to save notes for their clients to file.

I'd like to let users dictate into Alexa and then Alexa would automatically save the file (what ever extension it may be), into their system, which Alexa already integrates with.


I'm certain we can pull the text out and if needed, throw that into a voice engine - then save the resultant file to disk but that would lose the voice of the user.

I'd like to get the actual voice file heard from Alexa?


Any help or advise is appreciated.


Thanks

alexa skills kitalexaalexa for businessask sdk
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Chihiro@Amazon avatar image
Chihiro@Amazon answered

Hi there,


Thank you for your post.

Unfortunately, third party developers does not have access to user’s voice input.


Also, Alexa skills can only handle predefined utterances. You can use Amazon.SearchQuery to get less predicable voice input but Alexa only has few seconds to record the input.


About AMAZON.SearchQuery:

https://developer.amazon.com/en-US/docs/alexa/custom-skills/slot-type-reference.html#searchquery

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.