Hey, having some trouble getting smooth audio playback using websockets. For my purposes lets assume no access to the client side, and I need to send the stream over to the client in chunks (if that makes sense). Im appending a space to the end of all text being sent to get generated, and then playing the audio chunks 1x1 as they come in. Struggling to keep them ordered & playing in sync. Any ideas would be much appreciated (node).
#Websockets--smooth audio
1 messages · Page 1 of 1 (latest)
Hi, checkout this link https://github.com/jaisingh-js/elevenlabs-ios-streaming/blob/main/src/web.ts and make sure to use PCM 44100 as your ouput type when opening your websocket to 11Labs
abt to try this