I am attempting the text2speech toolbox. I try to use it..i found error as below:
>> text2speech('You can <EMPH> emphasis </EMPH> text.');
??? Error using ==> loadlibrary at 480
There was an error loading the library "C:\Users\sakurarandom\Documents\MATLAB\text2speec h\wgText2Speech.dll"
C:\Users\sakurarandom\Documents\MATLAB\text2speech \wgText2Speech.dll
is not a valid Win32 application.
Error in ==> text2speech at 59
loadlibrary('wgText2Speech','Speak.h');
Caused by:
Error using ==> loaddefinedlibrary
C:\Users\sakurarandom\Documents\MATLAB\text2speech \wgText2Speech.dll is not a valid
Win32 application.
How can I solve it?
Thanks in advance.