#im using hte python sdk with websockets. the agent has a really deep and slowed down voice for some
1 messages · Page 1 of 1 (latest)
The issue of a deep and slowed-down voice when using the Python SDK with websockets could be related to the voice model or settings being used. Here are a few steps you can take to troubleshoot:
-
Voice Model Compatibility: Ensure that the voice you are using is fine-tuned for the
eleven_turbo_v2_5model. If it is not, this could lead to unexpected audio issues. You can verify this in the My Voice section or via the API. -
Alternative Model: If you are generating content solely in English, consider switching to the
Turbo v2model instead ofTurbo v2.5. TheTurbo v2model does not exhibit the same issues and offers similar performance. -
Minimum Chunk Length: Check the minimum chunk length setting in your configuration. Using a value outside the recommended range (120–290) can result in lower audio quality. Adjust this setting if necessary.
-
Websocket Behavior: If the issue persists, it might be related to how the voice is being processed via websockets. This is a known issue with certain voices and is under investigation by the engineering team.
If none of these steps resolve the problem, you may need to provide additional details, such as the specific voice settings, the voice being used, and any relevant code snippets. This will help identify the root cause more effectively.
it works fine on one version, but on the other version its a deep and slowed down voice