#having a problem using the API and getting a 192Kb/s file. All files are 128Kb/s"output_format":
1 messages · Page 1 of 1 (latest)
To achieve a 192 kbps audio quality using the API, ensure that you are correctly setting the output_format parameter to mp3_44100_192. This quality is available only through API calls and requires a subscription to the Creator plan or higher. If you are still receiving 128 kbps files, please verify that your subscription level supports 192 kbps output and that the output_format is specified correctly in your API request.
For more detailed guidance, you can refer to the API documentation. If the issue persists, consider reaching out to support for further assistance.
data = {
"text": cleaned_text,
"model_id": "eleven_multilingual_v2",
"output_format": "mp3_44100_192",
"voice_settings": {
"stability": voice_settings.get("stability"),
"similarity_boost": voice_settings.get("similarity_boost"),
"style": voice_settings.get("style"),
"speaker_boost": voice_settings.get("speaker_boost")
}
}
To ensure you receive a 192 kbps output file using the API, make sure you are subscribed to the appropriate plan that supports this bitrate. The 192 kbps audio quality is available through API calls on the Creator plan or higher. You should set the output_format to mp3_44100_192 in your API request, as you have done in your code snippet.
If you are still receiving 128 kbps files, please verify that your subscription plan supports 192 kbps output. If your plan is correct and the issue persists, ensure that the output_format parameter is correctly specified in the URL, as this can sometimes resolve the issue. For more detailed guidance, you can refer to the API documentation.
my subscription is creator
It seems like you're trying to generate audio files with a bitrate of 192 Kb/s using the API, but you're receiving files at 128 Kb/s. Unfortunately, the Creator plan might have limitations on the output quality or format that can be generated.
For more detailed information on the capabilities and limitations of your subscription, please refer to the Pricing Page or consider reaching out to our support team for further assistance. If you have any questions regarding your account or need specific help, please open a ticket via the ticket form.
sorry I'm on the scale plan