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?
161 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
- ChangeReport does not work despite "202 accepted" response
- Customize Alexa QnA
- How to register an Amazon Alexa Servlet in a Java Springboot 3.xx application
- Alexa Echo Device doesn't show SVG image while it's showing fine in the Alexa developer console test simulator and Multimodal Responses Authoring tool
- Alexa spoken text not accepting '<' character
- Skills using APL/APLA on 3gen (ship1.1) devices
- How to register for Alexa for Apps preview?
- "The response sent by the skill was invalid. Use JSON schema validation to validate the skill response " issue while accessing from alexa skill
- Issue importing Python packages in Alexa-hosted skill
- Accept raw text for Alexa skill
- Repromting in Alexa Skill
- Alexa Skill for TV: how to allow kids to use the skill?
- Say a message for longer on alexa developer with python
- Amazon Alexa skill: Is there a way to have some intents not be allowed or listened for on a page in a skill?
- Is it possible to record meetings through Alexa?
Related Questions in ACTIONS-ON-GOOGLE
- Trying to write a string to return a value from a device in Google Home Script Editor
- Why is android blocking access to the app specific internal storage folder (and preferences) in release build only?
- Google Smart Speaker How To Make Use Custom Intent?
- Question on Chrome's Certificate Revocation Checking
- Can I prevent Google Assistant from trying to interpret the contents of a PDF email attachment
- Can’t get Actions on Google Account linking working with AWS Cognito using Google Authentication
- Not able to get the GetGuestNetworkPassword trait work on the router device
- Cannot list all files and folder in Google Drive using Device Code (OAuth 2.0 for TV and Limited-Input Device Applications)
- Testing an Action for Google Home post production deploy
- Trying to authenticate with smtp.gmail.com via XOAUTH2
- WebAuthn conditional UI doesn't show up on Chrome
- Google Home Smart Home sync failing even though JSON is valid
- Emergency SOS settings
- Smart Home Set-top Box Volume traits showing error
- Google Action Smart Home Set-top Box sample
Related Questions in GOOGLE-HOME
- followup response not working for Google Smart home action
- Trying to write a string to return a value from a device in Google Home Script Editor
- Google Home Graph API & Limited Connectivity for OAuth
- RESTApi endpoint for google home for accessing google NestHub gen2 notification
- Google Smart Speaker How To Make Use Custom Intent?
- Setting up webhooks (to my Server) called by special keywords from Google Speaker
- Cannot reinstall com.google.android.gms.home
- Not able to create project in Google actions console
- Retrieving Make, Model, and Device Type Details in Matter App Development using Google Home Sample App (GHA)
- How does pairing a smart home device actually work?
- Are there any matter examples for speaker devices?
- Google-Home: NOTIFICATION_ENABLED_BY_USER_FALSE error even if all rights have been enabled
- Make Google Assistant asking a text input, and send to a Webhook
- Not able to get the GetGuestNetworkPassword trait work on the router device
- The request payloads from Google Home iOS app were incorrect
Related Questions in AMAZON-ECHO
- Have Google Home trigger smart device
- How to fix "There was a problem with the requested skill's response" error?
- Can I use the "skills" word to label my product extensions?
- Lambda function not working with Alexa skill intend?
- How to DISABLE Alexa's "holiday surprise protection"
- How do I trigger Alexa from an external software?
- How to lock my AWS lamda to my echo device only
- Use the Amazon Alexa Skill CLI to update the Interaction Model
- Alexa how to implement intent confirmation?
- Need helping adding Yes/No prompt to Fact template to iterate/ get another fact
- How to have Alexa perform button "SetLight" directives consecutively?
- Create a toggle between two actions in IFTTT
- Can Alexa (echo dot) access a skill that is still in the development mode?
- return multiple audio files to stream in single request
- Alexa Skill with Multiple Yes No Questions
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 # Hahtags
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.