This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Playing Sounds in Response to Events? #11
Open
Description
When using Google Assistant on your phone, there are several sounds that are played in response to certain events (after saying "Ok Google", etc.) - is there a nice way to get the sounds to play using the SDK?
I suppose one method would be to get the sound files from the search APK and use ALSA's "aplay" command as mentioned on the Assistant SDK website, but having these files included with the SDK would be nice.