i'm working on a system that include an audio annotation for every word. I have no problem when it comes to English Pronunciation of words. I'm using this Sapi code

Dim Sapi
Sapi= createobject("sapi.spvoice")
sapi.speak("label1.text")

But is there a way i can also use this code when it comes to Korean and Japanese? Thank you very much. Please help me.

Recommended Answers

All 2 Replies

Hi,

I think you can find some information, here. And specially step 3 .

thank you very much for the reply. but they built it in c++ i think?.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.