ekho icon indicating copy to clipboard operation
ekho copied to clipboard

Chinese text-to-speech engine

Results 21 ekho issues
Sort by recently updated
recently updated
newest added

Hi, I tried to build echko from master, it failed with these errors ``` src/phonetic_symbol.cpp: In member function ‘const char* ekho::PhoneticSymbol::getPcm(FILE*, int&)’: src/phonetic_symbol.cpp:78:16: warning: ignoring return value of ‘size_t fread(void*,...

Hi, I am able to compile and install ekho, but running test_ekho produced these errors towards the end. ``` Festival speak: 'English is easy. ' in voice of voice_kal_diphone SIOD...

这是一个技术问题。 假设出于某种原因,我只能获取到某一个声调(不妨假定为 1)的声音,从技术上讲,是否可能通过它构造出其他声调? 如果可以的话,那么为歌声合成软件所准备的音源(例如 UTAU)就可以在 ekho 中使用。

您好,老师请教一下哈,(ubantu系统)我从网站https://eguidedog.net/doc/doc_make_new_voice_cn.php按照步骤录制了0-9的wave文件,把0-9文件放在pinyin文件中,删除pinyin.index,pinyin.voice文件, 执行./ekho 123 报错: No voice data file is found in /usr/local/share/ekho-data/pinyin Fail to setVoice of dictionary Voice sample rate not set. Maybe you have not setVoice first. Audio::processorStream not...

hi [hgneng](https://github.com/hgneng) $ sudo apt-get install libsndfile1-dev libpulse-dev libncurses5-dev libmp3lame-dev libespeak-dev $ tar xJvf ekho-xxx.tar.xz $ cd ekho-xxx $ ./configure When the./configure command is executed in Raspberry Pi, an error...

docker run --device /dev/snd--alsa dosentmatter/ekho 123 ![微信截图_20240628112100](https://github.com/hgneng/ekho/assets/24504520/4130584e-b7e8-406f-8534-e6812dcaabf6)

From INSTALL: ``` --with-mp3lame=yes Enable MP3 export function. This option is conflict to --enable-speechd. ``` Why are they conflicting with each other? Can I enable both?