• 大小: 29KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-17
  • 语言: 其他
  • 标签: qt  语音合成  

资源简介

由于WXFSpeack只能在windows平台的qt使用,经过一番折腾写出了一个基于讯飞语音合成的简单代码,这样可以调用讯飞语音各种语种的读报

资源截图

代码片段和文件信息

#include “widget.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-27 21:17  TTLSpeech_Demo\
     文件         164  2018-07-26 09:24  TTLSpeech_Demo\main.cpp
     文件        4083  2018-07-27 12:31  TTLSpeech_Demo\myttlfunction.cpp
     文件        1485  2018-07-27 12:32  TTLSpeech_Demo\myttlfunction.h
     目录           0  2018-07-27 21:17  TTLSpeech_Demo\myVOice\
     文件          24  2018-07-26 10:55  TTLSpeech_Demo\myVOice\1.txt
     文件          24  2018-07-26 10:55  TTLSpeech_Demo\myVOice\2.wav
     文件           0  2018-07-26 11:14  TTLSpeech_Demo\myVOice\3.wav
     文件         169  2018-07-26 11:15  TTLSpeech_Demo\testfile.qrc
     文件         963  2018-07-26 14:14  TTLSpeech_Demo\TTLSpeech_Demo.pro
     文件       34304  2018-07-27 12:43  TTLSpeech_Demo\TTLSpeech_Demo.pro.user
     目录           0  2018-07-27 21:17  TTLSpeech_Demo\ttl_h\
     文件       11543  2018-03-15 18:54  TTLSpeech_Demo\ttl_h\msp_cmn.h
     文件       36874  2018-03-15 18:56  TTLSpeech_Demo\ttl_h\msp_errors.h
     文件        4309  2018-03-15 18:54  TTLSpeech_Demo\ttl_h\msp_types.h
     文件        9712  2018-03-15 18:54  TTLSpeech_Demo\ttl_h\qise.h
     文件       10722  2018-03-15 18:54  TTLSpeech_Demo\ttl_h\qisr.h
     文件        8090  2018-03-15 18:54  TTLSpeech_Demo\ttl_h\qtts.h
     文件         864  2018-07-27 12:55  TTLSpeech_Demo\widget.cpp
     文件         429  2018-07-27 12:04  TTLSpeech_Demo\widget.h
     文件         985  2018-07-27 21:00  TTLSpeech_Demo\widget.ui

评论

共有 条评论