Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have create text to speech program using vb.net and sapi5 but i wanna add reference of sapi 4 in my program .
i have both sapi 4 and 5 have installed but i have got only sapi 5 references in add references dialog.
Posted
Updated 27-May-13 20:08pm
v2
Comments
The Doer 28-May-13 2:23am    
where did you pasted your .dll file? browse through the add reference window and add it. is it .net assembly? if not then you cannot do it.
vikro 29-May-13 7:36am    
thank you for reply ,
this is not work for me.
any other solution?

1 solution

SQL
Here is a link from where you can download both SAPI4 and SAPI5. Once you installl SAPI4, add reference to its COM Component using the "Add Reference" dialog in your .NET project and use its interfaces.

Following are some helpful links on SAPI and its usage:

http://en.wikipedia.org/wiki/Microsoft_Speech_API

http://stackoverflow.com/questions/1460891/how-to-access-sapi-4-voices-from-net-framework-3-5
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900