about pocket-tts #117
|
I use pocket-tts with vulkan and 7900xtx in cachyos. Overall it runs extremely fast, but I'm having trouble configuring more than one voice. These are the voices I would like to use. I use this to run program: my config file:
Problem: only one voice works, the one I choose first—always. What am I doing wrong? |
Replies: 3 comments 3 replies
|
@Danik-droid Sorry for the late reply! I didn't get a notification for the discussion post... I'll look into it. |
|
@Danik-droid It's the config issue. The right config is one "voice_presets" key and multiple voices. { |
|
@Danik-droid Would you mind sharing a few more details about your test setup? In your tests, are you sending requests directly to the server, or are you using a third-party UI? I sent the requests to the server directly (output attached): |


@Danik-droid It's the config issue. The right config is one "voice_presets" key and multiple voices.
{
"default_voice_preset": {
"voice_id": "azelma"
},
"voice_presets": {
"cosette": {
"voice_id": "cosette"
},
"anna": {
"voice_id": "anna"
},
"alba": {
"voice_id": "alba"
}
}
}