Websocket Data For Genders and Races #171
-
Hello, I started a Unity project that utilizes your websocket option to get all the dialogues into unity in order to manipulate it, get it voiced by elevenlabs and do a few other things to it. And so far it's been going well. But I realized that I can't find out the gender or the race of the speaker directly. What I get from it is:
Is there a way to get the gender and the race of the speaker? or at least the gender? or do I have to do it the painful way by building a huge database inside my program identifying every name. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is not, but gender and race should just be a couple dozen options, not something worth a database for. I think that can fit in the voice name, unless I'm missing something. |
Beta Was this translation helpful? Give feedback.
Ah, I see — gender is in the voice name, at least, but I don't have anything to get race, yet. I've been inconsistent in the past about where gender info is as well, since I haven't been getting any feedback on this and don't know what's most convenient to work against. Previously, gender was a separate field, and there was no voice preset info, but I ended up changing that to avoid clients having to implement any game-specific functionality. I do think the plugin should be responsible for exposing that information if needed, but I'm not really sure how, exactly.
Anyways, I haven't put as much thought into this as I'd like, so suggestions and/or PRs are welcome for a more usable protocol.