server: Agents should respect embedded voice info #3

Open
opened 2024-07-12 20:20:30 -04:00 by dakrk · 0 comments
Owner

Agents contain embedded voice info, containing what speed and pitch it should be played at, and most importantly, what SAPI voice it should use (currently everything's just Microsoft Sam regardless).

The SAPI voice is identified using a GUID, and to extend this beyond just a server issue, the SAPI API the server interacts with does not list the GUIDs of what voices are available, nor does it accept one as input (or any of the speed/pitch stuff for that matter).

Agents contain embedded voice info, containing what speed and pitch it should be played at, and most importantly, what SAPI voice it should use (currently everything's just Microsoft Sam regardless). The SAPI voice is identified using a GUID, and to extend this beyond just a server issue, the SAPI API the server interacts with does not list the GUIDs of what voices are available, nor does it accept one as input (or any of the speed/pitch stuff for that matter).
Elijah added the
enhancement
label 2024-07-14 16:15:47 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: computernewb/MSAgent-Chat#3
No description provided.