Hey guys, I'm building a real-time application where I'm streaming chunks/sentences to Cartesia Websocket.
I'm sending the data to the Cartesia websocket in sentences, but the responses are not in the order of what I send them.
For e.g., if I send "How's it going?" and then send "Hope you are well" in two ws messages, I kind of get both audio responses together, instead of coming through "in order". Basically the audio for "how's it going" should come first then "hope you are well" come later.
Wondering if I'm missing something here? Or if I have to build some buffering observing the "done" field and context_id.
Note: I'm keeping the context_id same for the two messages above.
Overall, Cartesia is great guys and the latency has been amazing for me so far, let me know if there's something I've missed, thanks!