SAPI SelectVoice(...) throwing ArgumentException - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T03:36:24Zhttp://stackoverflow.com/feeds/question/925270http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/925270/sapi-selectvoice-throwing-argumentexception0SAPI SelectVoice(...) throwing ArgumentExceptionyo.ian.g2009-05-29T10:00:53Z2009-12-09T21:00:02Z
<p>hey y'all, so I've got the user selecting from a list of "valid voices" for their speech synthesis. I'm pulling the list using GetInstalledVoices() and that results in around 5 or 6 voices including Microsoft Mike. However, should I select any voice besides Microsoft Anna I get an ArgumentExpection saying "Cannot set voice. No matching voice is installed or the voice was disabled." Why are these other "installed voices" not valid? Is there a way to prune the list better? I am checking against the voices' Enabled flag, all come back true.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/925270/sapi-selectvoice-throwing-argumentexception/1236106#12361060Answer by Alon for SAPI SelectVoice(...) throwing ArgumentExceptionAlon2009-08-05T22:30:39Z2009-08-05T22:30:39Z<p>did you solve that?</p>