#how do i configure audiocodes to reduce latency?

1 messages · Page 1 of 1 (latest)

stable mapleBOT
#
AI-generated Answer for brothernumsy.

I'm sorry, but the information provided does not include specific details on how to configure Audiocodes to reduce latency. However, there are general methods for reducing streaming latency that might be helpful:

  1. Use the Turbo v2.5 model: This model is designed for tasks that require extremely low latency.

  2. Use the streaming API: The streaming endpoint streams back the audio as it is being generated, resulting in much lower response time from request to first byte of audio received.

  3. Use the input streaming Websocket: This allows for prompts to be fed to the endpoint while the speech is being generated. You can also configure the streaming chunk size when using the websocket, with smaller chunks generally rendering faster.

  4. Update to the Enterprise plan: Enterprise customers receive top priority in the rendering queue, which ensures that they always experience the lowest possible latency, regardless of model usage load.

  5. Use Premade, Synthetic Voices & IVCs rather than PVCs: Default voices, synthetic voices, and Instant Voice Clones tend to have lower latency compared to Professional Voice Clones.

  6. Reuse HTTPS Sessions When Streaming: When streaming through the websocket, reusing an established SSL/TLS session helps reduce latency by skipping the handshake process.

  7. Leverage Servers Closer to the US: Users may experience latency from increased network routing when communicating with these APIs outside of the United States.

Please refer to the specific documentation or support resources for Audiocodes for more detailed instructions.

wet turret
#

can you give me an example of a json to put into advanced settings in audiocodes?