Giter VIP home page Giter VIP logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Which product is this bug report for?

Original comment by [email protected] on 17 Dec 2011 at 6:19

from eyes-free.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024

Original comment by [email protected] on 17 Dec 2011 at 6:19

from eyes-free.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Hello, I am the contributor of eSpeak Cantonese. Some dictionaries are missing 
in the standard version of eSpeak because of their big size. This dictionaries 
includes Russian, Cantonese and full version of Mandarin Chinese. I think this 
is the cause of the issue. Get those dictionaries and rebuild eSpeak should 
solve the problem. Let me know if I can provide help.

Cameron

Original comment by [email protected] on 7 Apr 2012 at 6:51

from eyes-free.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Can't bundle additional dictionaries due to size constraints, need to add 
interface for downloading additional languages.

Original comment by [email protected] on 27 May 2012 at 5:16

  • Changed title: *[eSpeak] Missing Zh-Yue in 3.0 RC *
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from eyes-free.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
I can reproduce the issue in eSpeak v1.46.02_r7 (both release version and debug 
version I built from source with Cantonese dictionary data). So it's NOT only a 
DICTIONARY MISSING issue.

When I switch to Chinese (YUE), which is Cantonese. Contry code HKG seems not 
pass into eSpeak Engine.
===== logcat info =====
V/TextToSpeechSettings(  274): TTS default lang/country/variant set to zh/yue/
V/eSpeak Engine(  859): isLanguageSupported("zho", "", "")
I/eSpeak Engine(  859): Found ISO3 language at index 37
I/eSpeak Engine(  859): No country specified, language is available
V/Settings(  274):  selected is 59
========== 

When I play sample text, Android TTS system seems not pass HKG contry code to 
eSpeak Engine too.
===== logcat info (there is bad encoding because I copy them from Windows, 
which is not UTF8 system) =====
V/TtsService(  859): TTS processing: 
姝e湪鏈楄鐨勬槸Chinese鐨勮闊崇ず渚?
V/TtsService(  859): TtsService.setLanguage(zho, , )
V/eSpeak Engine(  859): setLanguage("zho", "", "")
V/eSpeak Engine(  859): isLanguageSupported("zho", "", "")
I/eSpeak Engine(  859): Found ISO3 language at index 37
I/eSpeak Engine(  859): No country specified, language is available
I/SynthProxy(  859): setting speech rate to 100
V/eSpeak Engine(  859): setProperty("rate", "100", 12)
I/SynthProxy(  859): setting pitch to 100
V/eSpeak Engine(  859): setProperty("pitch", "100", 12)
I/eSpeak Engine(  859): Synthesize: 
姝e湪鏈楄鐨勬槸Chinese鐨勮闊崇ず渚?
========== 

I have read source code of eSpeak Engine and found no clue. Is it because 
Android don't support country code of HKG? Any suggestion?

Thanks a lot!

Cameron

Original comment by [email protected] on 31 Aug 2012 at 3:49

from eyes-free.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Here are some code from com_google_espeakengine.cpp for reference:
const char *eSpeakSupportedVoices[][3] = {
        {"zh",     "zho",        "Chinese (Mandarin)"},
        {"zh-yue", "zho-HKG",    "Chinese (Cantonese)"},

Original comment by [email protected] on 31 Aug 2012 at 3:57

from eyes-free.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.