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
I am receving stream from the api in raw format and encoding pcm_f32le, I have to use ffmpeg on server to convert it to mpeg format and then stream it to client.
But when playing on client it does not play correctly, it is missing audio parts between the audio, I am using AudioContext to stream the audio.. Any way to stream it correctly from server to client ?
Also the chunks received from API contains audio data inside data ? It's difficult to get audio data from it
I get event:chunk data:{type:chunk, data:"Adgewssds" } something like this
The text was updated successfully, but these errors were encountered:
But when playing on client it does not play correctly, it is missing audio parts between the audio, I am using AudioContext to stream the audio.. Any way to stream it correctly from server to client ?
Also the chunks received from API contains audio data inside data ? It's difficult to get audio data from it
I get event:chunk data:{type:chunk, data:"Adgewssds" } something like this
The text was updated successfully, but these errors were encountered: