how to include speech lib
-
i intend to use the speech library but the poblem is i didn't manage to include this library in my project (using SpeechLib didn't work)
-
i intend to use the speech library but the poblem is i didn't manage to include this library in my project (using SpeechLib didn't work)
Please post your code. We don't know what library you are using, what error message you are getting (assuming it's not just responding at all).
Antoine de Saint-Exupery: Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
modified on Sunday, February 14, 2010 4:30 PM
-
Please post your code. We don't know what library you are using, what error message you are getting (assuming it's not just responding at all).
Antoine de Saint-Exupery: Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
modified on Sunday, February 14, 2010 4:30 PM
what i want to do is to create a voicespeech that will "say" a message that i have already written.. so what i'm doing is that i'm including "using SpeechLib;" and then when i want to choose "SpVoice" method it won't show up .. so i couldn't use it.. that's the problem
-
what i want to do is to create a voicespeech that will "say" a message that i have already written.. so what i'm doing is that i'm including "using SpeechLib;" and then when i want to choose "SpVoice" method it won't show up .. so i couldn't use it.. that's the problem
OK, lets try the obvious stuff first: 1. Have you added the Assembly to the project (as per the first picture on the answer here http://social.msdn.microsoft.com/Forums/en/vbpowerpacks/thread/87c15a18-dd30-4ebd-9775-3777c3225168[^] 2. Sometimes [often] the intellisense on Visual Studio goes wrong. Have you tried restarting. If you've tried 1 & 2 you'll need to post some code so we can see what might have happened.
Antoine de Saint-Exupery: Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.