Cameron Wong

Results 98 comments of Cameron Wong

@jaacoppi After a whole days' trying, here is my fix for the Mandarin word issue. Do you think it's reasonable? Is there any test script in espeak-ng that I can...

make check passed in both my branch and latest espeak-ng master. I will do some more testings and commit later.

I have compared code of espeak and espeak-ng. The dictionary bug should be injected when re-structing method TranslateWord3. I have made a patch for it and seems work. I am...

@jaacoppi I have make a PR. Could you please have a review?

已经不需要了,用下面命令来编译: `build command: (run in ekho source root) g++ src/test_ekho.cpp libekho.a -I. -lsndfile -lmpg123 -lpulse -lpulse-simple -lsonic -lespeak-ng`

If you are using ekho-8.6, -lsonic is not required. I am not sure whether -lmpg123 is required. You can try to remove that option or install it with `sudo apt...

Add `libmusicxml/libmusicxml2.a` option to g++ for ekho-8.6. This dependency is removed in the latest code. In case of `fatal error: utf8.h: 没有那个文件或目录`, add `-Iutfcpp/source`. This dependency is also removed in...

> My patch doesn't fully fix this. @jaacoppi I have tried to apply the patch and it seems work. Could you show more details why you think the patch doesn't...

@jaacoppi Could you please merge your patch to the master stream first even though it may not be a full fix? Because the current version of Chinese is totally unrecognizable....

> > > My patch doesn't fully fix this. > > > > > > @jaacoppi I have tried to apply the patch and it seems work. Could you show...