Open MohammadAG opened 7 years ago
Google's SDK sends responses in audio chunks, so it's impossible to know when exactly a response has ended. Due to the (broken?) design of my app, this means that responses might be split into two visual messages.
It's a chunk of MP3 audio, I do append them together but it won't play it correctly on first try.
Google's SDK sends responses in audio chunks, so it's impossible to know when exactly a response has ended. Due to the (broken?) design of my app, this means that responses might be split into two visual messages.