资源简介

该实例是C#接科大讯飞在线语音合成Windows平台,工程中的MSC,APPID是自己SDK中的,如果创建自己的工程时请使用自己的SDK和APPID,如果有疑问请看我的博客,上面有一篇介绍,也可以直接提问,看到一定及时解答

资源截图

代码片段和文件信息

/*
 * 由SharpDevelop创建。
 * 用户: hello! 黄元元
 * 日期: 2018/8/29
 * 时间: 12:54
 * 
 * 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
 */

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;

namespace MSCDLL
{
    public enum ErrorCode
    {
        MSP_SUCCESS = 0
        MSP_ERROR_FAIL = -1
        MSP_ERROR_EXCEPTION = -2

        /* General errors 10100(0x2774) */
        MSP_ERROR_GENERAL = 10100     /* 0x2774 */
        MSP_ERROR_OUT_OF_MEMORY = 10101     /* 0x2775 */
        MSP_ERROR_FILE_NOT_FOUND = 10102     /* 0x2776 */
        MSP_ERROR_NOT_SUPPORT = 10103     /* 0x2777 */
        MSP_ERROR_NOT_IMPLEMENT = 10104     /* 0x2778 */
        MSP_ERROR_ACCESS = 10105     /* 0x2779 */
        MSP_ERROR_INVALID_PARA = 10106     /* 0x277A */
        MSP_ERROR_INVALID_PARA_VALUE = 10107     /* 0x277B */
        MSP_ERROR_INVALID_HANDLE = 10108     /* 0x277C */
        MSP_ERROR_INVALID_DATA = 10109     /* 0x277D */
        MSP_ERROR_NO_LICENSE = 10110     /* 0x277E */
        MSP_ERROR_NOT_INIT = 10111     /* 0x277F */
        MSP_ERROR_NULL_HANDLE = 10112     /* 0x2780 */
        MSP_ERROR_OVERFLOW = 10113     /* 0x2781 */
        MSP_ERROR_TIME_OUT = 10114     /* 0x2782 */
        MSP_ERROR_OPEN_FILE = 10115     /* 0x2783 */
        MSP_ERROR_NOT_FOUND = 10116     /* 0x2784 */
        MSP_ERROR_NO_ENOUGH_BUFFER = 10117     /* 0x2785 */
        MSP_ERROR_NO_DATA = 10118     /* 0x2786 */
        MSP_ERROR_NO_MORE_DATA = 10119     /* 0x2787 */
        MSP_ERROR_SKIPPED = 10120     /* 0x2788 */
        MSP_ERROR_ALREADY_EXIST = 10121     /* 0x2789 */
        MSP_ERROR_LOAD_MODULE = 10122     /* 0x278A */
        MSP_ERROR_BUSY = 10123     /* 0x278B */
        MSP_ERROR_INVALID_CONFIG = 10124     /* 0x278C */
        MSP_ERROR_VERSION_CHECK = 10125     /* 0x278D */
        MSP_ERROR_CANCELED = 10126     /* 0x278E */
        MSP_ERROR_INVALID_MEDIA_TYPE = 10127     /* 0x278F */
        MSP_ERROR_CONFIG_INITIALIZE = 10128     /* 0x2790 */
        MSP_ERROR_CREATE_HANDLE = 10129     /* 0x2791 */
        MSP_ERROR_CODING_LIB_NOT_LOAD = 10130     /* 0x2792 */

        /* Error codes of network 10200(0x27D8)*/
        MSP_ERROR_NET_GENERAL = 10200     /* 0x27D8 */
        MSP_ERROR_NET_OPENSOCK = 10201     /* 0x27D9 */   /* Open socket */
        MSP_ERROR_NET_CONNECTSOCK = 10202     /* 0x27DA */   /* Connect socket */
        MSP_ERROR_NET_ACCEPTSOCK = 10203     /* 0x27DB */   /* Accept socket */
        MSP_ERROR_NET_SENDSOCK = 10204     /* 0x27DC */   /* Send socket data */
        MSP_ERROR_NET_RECVSOCK = 10205     /* 0x27DD */   /* Recv socket data */
        MSP_ERROR_NET_INVALIDSOCK = 10206     /* 0x27DE */   /* Invalid socket handle */
        MSP_ERROR_NET_BADADDRESS = 10207     /* 0x27EF */   /* Bad network address */
        MSP_ERROR_NET_BINDSEQUENCE = 10208     /* 0x27E0 */   /* Bind afte

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        173  2018-08-29 12:42  语音合成\Audio\app.config

     文件       2549  2018-08-29 19:04  语音合成\Audio\Audio.csproj

     文件       7168  2018-08-29 19:30  语音合成\Audio\bin\Debug\Audio.exe

     文件        173  2018-08-29 12:42  语音合成\Audio\bin\Debug\Audio.exe.config

     文件      15872  2018-08-29 19:30  语音合成\Audio\bin\Debug\Audio.pdb

     文件      17964  2018-08-29 19:31  语音合成\Audio\bin\Debug\Call.wav

     文件         11  2018-08-29 19:31  语音合成\Audio\bin\Debug\msc\15b0a3de7864e8008d4a2ffdea877bab\u.data

     文件          0  2018-08-29 19:31  语音合成\Audio\bin\Debug\msc\msc.cfg

     文件    4635136  2018-08-25 12:02  语音合成\Audio\bin\Debug\msc.dll

     文件      11264  2018-08-29 09:42  语音合成\Audio\bin\Debug\TTS.dll

     文件      12391  2018-08-29 12:55  语音合成\Audio\MSCDLL.cs

     文件        424  2018-08-29 13:04  语音合成\Audio\obj\Debug\Audio.csproj.FileListAbsolute.txt

     文件       5057  2018-08-29 16:25  语音合成\Audio\obj\Debug\Audio.csprojResolveAssemblyReference.cache

     文件       7168  2018-08-29 19:30  语音合成\Audio\obj\Debug\Audio.exe

     文件      15872  2018-08-29 19:30  语音合成\Audio\obj\Debug\Audio.pdb

     文件       6284  2018-08-29 19:20  语音合成\Audio\Program.cs

     文件       1067  2018-08-29 12:42  语音合成\Audio\Properties\AssemblyInfo.cs

     文件        828  2018-08-29 19:04  语音合成\语音合成.sln

     目录          0  2018-08-29 13:04  语音合成\Audio\bin\Debug\msc\15b0a3de7864e8008d4a2ffdea877bab

     目录          0  2018-08-29 13:04  语音合成\Audio\bin\Debug\msc

     目录          0  2018-08-29 13:04  语音合成\Audio\bin\Debug

     目录          0  2018-08-29 19:30  语音合成\Audio\obj\Debug

     目录          0  2018-08-29 12:42  语音合成\Audio\bin

     目录          0  2018-08-29 12:42  语音合成\Audio\obj

     目录          0  2018-08-29 12:42  语音合成\Audio\Properties

     目录          0  2018-08-29 19:20  语音合成\Audio

     目录          0  2018-08-29 18:51  语音合成

----------- ---------  ---------- -----  ----

              4739401                    27



............此处省略0个文件信息

评论

共有 条评论