iOS web voice assistant that can talk/listen/use tools when Safari loses focus(twitter.com)
twitter.com
iOS web voice assistant that can talk/listen/use tools when Safari loses focus
https://twitter.com/ojschwa/status/1833147554277843103
https://twitter.com/ojschwa/status/1833147554277843103
I wondered if using Audio Context, I could keep the session going in the background. I naively gave it a go, and with loads of assistance from Claude 3.5, it seems to actually work, and the whole main thread seems active? The UX seems novel to me, and I'm looking forward to experimenting more to understand the limits of background execution, but I'm surprised I can update my localStorage without looking at it. Would you expect this to work?
Try it for yourself here (BYO API keys) -> https://tinytalkingtodos.com/
Some of the code involved.
https://gist.github.com/joshuacrowley/d4879dfe7e39edf86bc07b...