Is any caching of audio files done by Google or Amazon as audio content is being delivered to Google Home or Amazon Echo? I've read that developers do set up their own CDN for these purposes, but it's not clear if any caching happens during delivery or if audio is delivered directly to user devices from the publisher.
Do Google or Amazon cache content that's being delivered to their smart speaker devices?
160 Views Asked by Doug Chase At
2
There are 2 best solutions below
0
Bart
On
I'm not sure what you mean but you can find back your full Google Assistant history at https://myactivity.google.com/myactivity. This includes audio files with your spoken queries.
Related Questions in ALEXA-SKILLS-KIT
- How do you use a Let's Encrypt certificate with the Alexa service?
- Maximum number of slot values in Alexa skill setup
- Alexa-Skill Monetization possibilities for developers
- Alexa skill doesn't interpret some stuff correctly
- Sort alexa rank live
- Connecting Amazon Alexa to web_lirc, best practice?
- How to create an event in google calendar from another Alexa Skill Kit?
- Amazon Alexa Account Linking Throws Session Timeout on redirect
- AWS Alexa - perform basic auth
- Deploying or publishing Alexa skills
- How to get the account info of the user when the user uses an Alexa Skill
- Registering a device as a Thing to AWS IoT and linking it with a user account
- Set a reminder/timer on an Alexa Custom Skill?
- Generic AVS smart home skill
- Alexa Skills Kit - Custom Skill that Plays Audio from our iOS app's API
Related Questions in ACTIONS-ON-GOOGLE
- Get data from a Google Sheet within a Google Home Action?
- Can I send images back to API.AI?
- Multiple language support in Conversation Action
- Actions on Google - CLI (gactions) not found
- Allow user to specify webhook URI
- Install or connect Google Home to a third party "Action"
- Detect the speaker of Google Home or Amazon's Alexa
- How to end the conversation with API.AI
- How can I help Google Assistant understand (not auto-correct) non-word inputs.
- How to fetch device location using API AI?
- How to get user information without client library in API.AI webhook?
- Account Linking on Actions on Google Step by step
- Can I initiate an action on Google Home from another application without a voice command?
- Can Google Home wait indefinitely for a response?
- Creating action on google | Audio playback
Related Questions in GOOGLE-HOME
- Get data from a Google Sheet within a Google Home Action?
- Install or connect Google Home to a third party "Action"
- Detect the speaker of Google Home or Amazon's Alexa
- How to end the conversation with API.AI
- How can I help Google Assistant understand (not auto-correct) non-word inputs.
- How to fetch device location using API AI?
- Can I initiate an action on Google Home from another application without a voice command?
- Can Google Home wait indefinitely for a response?
- Hooking up a web service, which can ask things back and receives answers?
- Using key-value pairs as api.ai entities for Google Actions
- Is it possible to use another services linked on Google Home?
- Google Home integration with cordova App
- redirect_uri_mismatch when OAuth2 account linking from Google Home Simulator
- How to close mic for a conversation action?
- How do I get Actions on Google to speak using Google Home's normal voice?
Related Questions in AMAZON-ECHO
- Is it possible to be notified by Amazon Echo when it starts and stops speaking?
- Alexa (Amazon Echo) conversation skill - Using Session Attributes (JavaScript - AWS Lambda)
- Alexa Echo Dot - ASK skill problems
- Amazon echo show not responding to new smart home skill
- Echo Show python skill not generating display template
- Echo Show is showing offline in my Alexa App and my Browser and it's not working properly
- How do I trigger Alexa from an external software?
- AWS Lambda calling SNS
- How To Use Amazon Skill Set Without Amazon Echo Device
- How to play an mp3 file from an offset in Amazon Echo
- Amazon Alexa Music Routine
- Echo dot light colours customisation
- Force responses to be from a specific custom slot, repeatedly
- Using the Alexa voice service RestAPI with cURL
- Use the Amazon Alexa Skill CLI to update the Interaction Model
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
To my knowledge no, they do not cache responses as a large point of the assistant apps is to provide customised experiences to each user.
The one thing I might not be so confident on however is the inline SSML
<audio>tag. There seems to be no information on the Alexa documentation or the Actions on Google documentation on this about caching, so I'd assume they don't.