You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found multi-language models like s2a-v1.95-medium-7lang.model on huggingface.
When trying to use them with example/text_to_audio_playback.py by setting model_ref = "collabora/whisperspeech:s2a-v1.95-medium-7lang.model" I only get strange sounding voice output.
The default models sound fine.
It is supposed to work or what am I missing?
Thanks a lot,
My system setup:
Gentoo Linux
ROCm 6.1 with Radeon 7900 XTX
Pytorch 2.4 with ROCm 6.1 support
python 3.12
The text was updated successfully, but these errors were encountered:
There is s2a and t2s models. 7lang indicates that it is working with 7 languages. When using the generate_to method you can pass a property called lang which defines which language the output should be, if no lang property is passed, it will use en (englisch) as default.
Dear WhisperSpeech maintainers,
I found multi-language models like s2a-v1.95-medium-7lang.model on huggingface.
When trying to use them with
example/text_to_audio_playback.py
by settingmodel_ref = "collabora/whisperspeech:s2a-v1.95-medium-7lang.model"
I only get strange sounding voice output.The default models sound fine.
It is supposed to work or what am I missing?
Thanks a lot,
My system setup:
The text was updated successfully, but these errors were encountered: