Search code examples
actions-on-googlealexa-skills-kitvoice-recognition

Can you retrieve the voice recording from Speech Recognition plaforms like Amazon Alexa or Google Assistant?


Is there any way to get the actual recorded audio input from a Google Assistant or Amazon Alexa device to use in my own API backend?

This answer regarding the Android Speech Recognition API mentions that it's not really possible to get the audio recording.


Solution

  • While the platform provides a developer with the user transcription, it does not provide the underlying audio that generated the query.