You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ciao Tommaso,
It would be great if you could mention my project as well! I kindly invite you to refer to it.
I’m not deeply involved in this JavaScript work anymore, but I’m curious to understand why you decided to port it to React—there are probably good reasons behind that. At the time, my goal was to deliberately write it in vanilla JavaScript.
Adding an explanatory note and a kind reference to the original project would be much appreciated.
Regarding the motivations, I was exploring various approaches to send live audio to an LLM model. First, I tried evaluating solutions that used the client for audio chunking. Along the way, I radically changed my approach, opting for WebRTC and server-side processing instead. Check this out –> https://github.com/ttessarolo/ai-realtime-api. I’m trying to recreate OpenAI’s real-time API to use with local models.
Hi I've rewritten your code using and audioWorklet from Chromium team. I've also created a React hook:
https://github.com/ttessarolo/useAudioDetection
The text was updated successfully, but these errors were encountered: