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.
daomangzhang/src/xfvoice
liuyitao 9f4850570c
xfvoice
6 months ago
..
bin xfvoice 6 months ago
doc xfvoice 6 months ago
include xfvoice 6 months ago
libs xfvoice 6 months ago
samples/tts_offline_sample xfvoice 6 months ago
README xfvoice 6 months ago
release.txt xfvoice 6 months ago

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

README for Linux_aisound
-----------------------

bin
|-- msc
    |-- msc.cfg作用msc调试、生成msc日志
	|-- res
		|--tts合成资源文件
		
doc
|-- readme.txt

include调用SDK所需头文件

libs
|-- x86
	|-- libmsc.so32位动态库
|-- x64
	|-- libmsc.so64位动态库

samples
|-- tts_sample语音合成示例
	|-- tts_sample.c
	|-- Makefile
	|-- 32bit_make.sh
	|-- 64bit_make.sh