I have a very basic call the deepgram Aura:
const response = await deepgram.speak.request(
{ "Hello" },
{
model: "aura-asteria-en",
encoding: "mulaw",
container: "wav",
}
However, when I base64 encode and send to twilio it always plays with a tick at the beginning. It's weird because when I play it locally there's no tick. Any ideas on what could be happening?