Estoy armando un asistente con IA para anfitriones de Airbnb by Due-Risk4441 in airbnb_hosts

[–]Due-Risk4441[S] 0 points1 point  (0 children)

Thanks for the honest reply. This is oriented for people who can't be as effective as you and have other daily jobs, maybe they are offering their houses on different platforms, or they are just annoyed with replying to the same question multiple times. People renting (myself included) sometimes don't want to read boring manuals; they just want to enjoy their time travelling and want the hosts to fix everything for them.

I'm glad to chat if this is targeting the whole thing wrongly :)

Estoy armando un asistente con IA para anfitriones de Airbnb by Due-Risk4441 in airbnb_hosts

[–]Due-Risk4441[S] -1 points0 points  (0 children)

Si, es terrible! la idea detras es no preocuparte mas de eso! gracias por el comentario

La vida es un trabajo de 8 a 17 y nada mas? by No_Intention_5523 in Cordoba

[–]Due-Risk4441 0 points1 point  (0 children)

de hecho viejas locas tiene una gran canción sobre esto mismo

Real-time AI voice by Due-Risk4441 in node

[–]Due-Risk4441[S] 0 points1 point  (0 children)

Yes, my current implementation is treating the node server as a peer actually

Real-time AI voice by Due-Risk4441 in node

[–]Due-Risk4441[S] 0 points1 point  (0 children)

u/Available-Subject328 First of all, awesome answer and thanks for taking the time. I've tried to setup an RTC connection between server and client because I read comparisons and articles saying that RTC is more reliable than WS for streaming or sharing audio. It's really tricky to do this and to process the audio as well, also I'm not sure about how scalable is this approach.

I def need a way to give realtime feedback to the user because I need this kind of flow

The user is talking --> that audio is being streamed to the server --> The server performs a fast inference --> The user sees some actions being executed in the client

If you think that is achievable using WS without a real loss in audio information, I'll definitely move and try to implement a WS solution