Microsoft Voices in Java
|
|
Hi all, I have implemented the Quadmore library to access Microsoft Voices from Java it works perfectly but i have a problem with portuguese language some words it just doesnâ??t pronouce in the correct way i mean a word like â??OLá?â?? = Hello the Character â??á?â?? the voice says anything else i already tryed to change the string to UTF-8 or windows-1252 but i believe iâ??m doing something wrong cause the result is always the same. Another problem with the Quadmore â??APIâ?? if i open in netbeans a new project with existing sources and point to the folder where the demo is it works perfectly but if i open a new project and put there the QuadTTS.java and the others class when i run i get this error: Exception in thread â??mainâ?? java.lang.UnsatisfiedLinkError: falar.QuadmoreTTS.SpeakDarling(Ljava/lang/String;)Z at falar.QuadmoreTTS.SpeakDarling(Native Method) and i have the DLL files in system32 and in java library path i really doesnâ??t know what to do. Btw in C# the portuguese MIcrosoft voices works perfectly just mjust give the string and is almost a perfect pronunciation. Hope someone can help me, thanks in advance |
