Earlier quoted context omitted.
> Why is it so hard for me to find a single, precise location on my phone with an enumerated list of every command Siri or Google can work with? The likely answer here is that the engineers who work on such products would scoff at the idea that their work amounts to a simple list of commands. In their minds, they’re working on a natural language virtual assistant, whose understanding of user input is “intelligent”, a…
Not having lists means they can collect more training data. Build a database of all the attempted interactions. Cluster them by task. Sort by most used (or most monetizable) that the system can’t support today. Bam! You’ve got a rough futures capabilities roadmap. It’s more complicated of course but here you literally have a large customer base telling you what it wants, but your product can’t yet do, regularly.
I record myself on audio 24x7 and use an AI to process the information
121–130 of 424 posts
Re: I record myself on audio 24x7 and use an AI to process the information
#122> My biggest problem with “OK Google” is that I don’t know by heart what it can do interactively Maybe it’s just me but this feels unaddressed and that seems ridiculous. Why is it so hard for me to find a single, precise location on my phone with an enumerated list of every command Siri or Google can work with?
Anyway we meant to bake something but instead absolutely roasted a metal pan and wire rack that merged into the glass somehow.
My wife thinks it’s kind of funny because the Disneyworld “Carousel of Progress” shows a very similar event happening due to voice controls, which they predicted in the 1960s!
Re: I record myself on audio 24x7 and use an AI to process the information
#123AFAIR I've seen someone recommended such software on HN but I can't find it right now, it was something for recording radio stations or similar.
I would like to get some kind of sound monitoring of my house when I'm away or sleeping and besides using arecord I couldn't find anything useful.
Re: I record myself on audio 24x7 and use an AI to process the information
#124An off the shelf solution for recording your whole life: I have a Sony recorder, ICD-UX570, and it has a setting where it turns on or off based on sound, and also adjusts the gain to best record. It takes a micro-SD card and has pretty solid battery. I think you could put it in a breast pocket and run it for several days on a single charge. Because it would just record when you are talking or making noises you could…
Re: I record myself on audio 24x7 and use an AI to process the information
#125Re: I record myself on audio 24x7 and use an AI to process the information
#126How would this work with other voices, like a coffee shop, would it hear those simultaneously, and interupt a command? Also, how do you handle using OpenAi whisper, seems like they do 30 second intervals - would that be an issue if your command is cut off mid word?
For now I try to give the commands when there is not much noise, but you can lower the gain of the microphone so that it only record my voice. The 30 second limit is not a Whisper model limit, but a limit some of the free online "try whisper" put.
Re: I record myself on audio 24x7 and use an AI to process the information
#127Very interesting idea. Would you be willing to share more info on the tech used in the process? >I bought a couple of Chinese microphones Which exact microphones? How long does their battery last? As well as other parts of the process.
'm using vosk browser: https://github.com/ccoreilly/vosk-browser
To do speech to text locally and it works very well for English.
Re: I record myself on audio 24x7 and use an AI to process the information
#128Re: I record myself on audio 24x7 and use an AI to process the information
#129A related question, is there a ready solution to do constant recording using some Linux box (e.g. Raspberry PI)? AFAIR I've seen someone recommended such software on HN but I can't find it right now, it was something for recording radio stations or similar. I would like to get some kind of sound monitoring of my house when I'm away or sleeping and besides using arecord I couldn't find anything useful.
Raspberry pis don't have Audio in. You need USB microphone and drivers, which are hit or miss.
Re: I record myself on audio 24x7 and use an AI to process the information
#130I've been experimenting with this recently as well, but with an app on my apple watch. Looking for a method/model to split different speakers into different tracks to only look at audio from myself and certain people.