In version 1.5.0, there was an update to the realtime_tts.py file (see Merge #321) which added output_format in the method signature. However, in client.py the Elevenlabs generate method does not pass the output_format value. The only change needed should be to add output_format somewhere when calling convert_realtime. Could a quick fix be put in for this?
In version 1.5.0, there was an update to the realtime_tts.py file (see Merge #321) which added
output_format
in the method signature. However, inclient.py
the Elevenlabs generate method does not pass theoutput_format
value. The only change needed should be to addoutput_format
somewhere when calling convert_realtime. Could a quick fix be put in for this?