Hi, just got a Rasp Pi 3B + AIY board.
I have it all assembled, but having never worked with any unix systems before, it seems a bit daunting. (I have a little experience in C, and a lot in basic/VBA so I get the basic structure of how to code simple scripts, but I'm clueless on how to set things up. I have no clue what the basic syntax are, which libraries I need to import for which features, etc.)
Probably overplayed, but I'm trying to set it up so it plays a random audio clip (all local files on the sd card) each time I press the arcade button, AND have an always-on voice detection feature, to play a specific clip if you call for it by name.
Does anyone have a sample script that I can plagiarize and modify off of?
Also, bonus question... is it possible to remotely update the scripts and files? I'm trying to gift this to someone who lives across the country from me when I'm done (will be in a fancy solid-oak case) so I'd like to be able to update it periodically with new clips, or in case I need to troubleshoot it later on. I have it synced to a throwaway google account, not sure if that helps. (They don't have a static ip, or dns server, so I can't rely on a ssh connection to do updates, nor do I want them to have to manually update files I send them.)
Thanks so much.