#pronunciation_dict_ids

1 messages · Page 1 of 1 (latest)

worldly mountain
#

Hi, I would like to specify my dictionary ID by using pronunciation_dict_ids when sending a TTS request but got this error message.

Error in streaming speech generation: Cartesia streaming TTS generation failed: TtsWebsocket.send() got an unexpected keyword argument 'pronunciation_dict_ids'

I'm using python SDK (v 2.0.4). Don't you currently support this parameter?

stable swift
#

Hi @worldly mountain - apologies I believe this feature is currently only available through the API, as we haven't released it more broadly. CC: @edgy ocean

worldly mountain
#

@stable swift Thanks. I'm actually using the API via Python SDK. Does that mean I can use that parameter by sending direct API requests instead of using the SDK?

stable swift
#

@worldly mountain that's correct. Alternatively if you only have a single pronunciation dictionary you're interested in using you can just pin it, that would allow you to still use the SDK