Retrieving SAPI4 Voices - GUID strings

  • Thread starter Thread starter HardySpicer
  • Start date Start date
H

HardySpicer

I know how to retrieve the names of SAPI5 voices fine but SAPI4 uses a
GUID string eg

{a101db41-5b7c-4513-9E58-7D00767313FE} to identify each voice. I know
these strings are in the registry - is that the only way to get hold
of them? Without the string the SAPI4 voice cannot be selected. FOR
SAPI5 voices it is done by name eg "Microsoft Anna".
Anyway, I need them all in a combo box!

Hardy
 
I know how to retrieve the names of SAPI5 voices fine but SAPI4 uses a
GUID string eg

{a101db41-5b7c-4513-9E58-7D00767313FE} to identify each voice. I know
these strings are in the registry - is that the only way to get hold
of them? Without the string the SAPI4 voice cannot be selected. FOR
SAPI5 voices it is done by name eg "Microsoft Anna".
Anyway, I need them all in a combo box!

Hardy

I think the answer is here but I cannot read Delphi!

http://dn.codegear.com/article/29582

Hardy
 
Back
Top