BasedHardware / OpenGlass

Turn any glasses into AI-powered smart glasses
https://openglass.ai
MIT License
2.8k stars 344 forks source link

Is there a plan to receive audio in the DeviceView? #25

Open tonykcn opened 1 month ago

tonykcn commented 1 month ago

Hi @kodjima33 and team,

We found the react project ("usePhotos“ in DeviceView.tsx) only receive image data through BLE, is there a plan to receive audio data? There is already a "transcribeAudio" interface in "openai.ts", but no function called it.

Thanks.