Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam Deck & Websocket: Problem to get gender Info #228

Open
Benjo0815 opened this issue Aug 24, 2024 · 0 comments
Open

Steam Deck & Websocket: Problem to get gender Info #228

Benjo0815 opened this issue Aug 24, 2024 · 0 comments

Comments

@Benjo0815
Copy link

Good day,

I have tried text to speech via websocket on my steam deck (SteamOS). But I don't get any gender info of the speaking character. I have connected via postman, and only get the following data:

 "Type": "Say",
    "Speaker": "Mini-Glückskaktor-Händler",
    "NpcId": 1010445,
    "Race": "Hyuran",
    "BodyType": "Adult",
    "Payload": "Vielen Dank! Bitte beehre uns bald wieder!",
    "PayloadTemplate": "Vielen Dank! Bitte beehre uns bald wieder!",
    "Voice": {
        "Id": -1,
        "Name": "None",
        "Rate": 0,
        "Volume": 0,
        "VoiceName": null,
        "EnabledBackend": 1
    },
    "StuttersRemoved": true,
    "Source": "AddonTalk",
    "ChatType": null,
    "Language": "German"
}

At Voice -> Name should be the gender as far as I know. But it only says none.
Could this have something to do with Linux? Or maybe the German game language?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant