You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| bin | 2 years ago | |
| doc | 2 years ago | |
| include | 2 years ago | |
| libs | 2 years ago | |
| samples/tts_offline_sample | 2 years ago | |
| README | 2 years ago | |
| release.txt | 2 years ago | |
README
README for Linux_aisound ----------------------- bin: |-- msc |-- msc.cfg(作用:msc调试、生成msc日志) |-- res |--tts(合成资源文件) doc: |-- readme.txt include:调用SDK所需头文件 libs: |-- x86 |-- libmsc.so(32位动态库) |-- x64 |-- libmsc.so(64位动态库) samples: |-- tts_sample(语音合成示例) |-- tts_sample.c |-- Makefile |-- 32bit_make.sh |-- 64bit_make.sh