I'm experiencing 3-4s of latency with both the nova and nova2 models. for testing purposes I'm reading from an audio file and streaming it to deepgram using the code below. What am I doing wrong?
@unkempt crest
const deepgramLive = deepgramClient.transcription.live({
punctuate: true,
interim_results: false,
language: "en-US",
// model: "nova-2-ea",
model: "phonecall",
tier: "nova",
encoding: "mulaw",
sample_rate: 8000,
keywords: keywords
});