PeoplePlusAI / sunva-frontend

Frontend app for project sunva
3 stars 0 forks source link

Live stream audio to backend #11

Open gksoriginals opened 1 month ago

gksoriginals commented 1 month ago

Right now we are chunking 5 seconds of audio and sending it to backend. Instead of this use something like livekit to stream the audio and process the response properly. We will handle the chunking part in the backend.

fbn776 commented 1 month ago

Will look into it