-
WAV语音合成
在GPS车载中用于报站中多段语音合成报站功能,节约录音书,比使用飞科TTS语音更快捷,读音更流畅,节约空间。
比如“某某站到了”,只需将站名事先录制,然后与“到了”这个录音文件合成即可立即播放,合成速度小于1ms/字
参数说明:fromFileAddress为需要合成文件物理路径集合(字符型)
toFileName为输出合成完毕文件物理路径(字符型)
返回值:合成是否成功
调用方法:
if (Service.SoundSyn.WAVMerge(voice.ToArray(), "play.wav"))
{
PlaySound("play.wav", IntPtr.Zero, 0x00020000 | 0x0001);
}
else
{
- 2022-06-20 00:25:21下载
- 积分:1
-
该程序为LINUX下的串口通讯程序,采用华恒公司的嵌入式开发套件,包含了makefile文件...
该程序为LINUX下的串口通讯程序,采用华恒公司的嵌入式开发套件,包含了makefile文件-the procedures for LINUX serial communication program, the company used huaheng embedded development kit that includes a makefile documents
- 2023-08-26 02:25:03下载
- 积分:1
-
Embedded web server development software development, tcp/ip protocol source
嵌入式web服务器开发 软件编写 tcp/ip协议 源码-Embedded web server development software development, tcp/ip protocol source
- 2022-01-23 10:40:33下载
- 积分:1
-
wince触摸屏代码,非常非常非常的简单,教学用
wince触摸屏代码,非常非常非常的简单,教学用-wince touch-screen code, very very very simple, teaching
- 2022-02-05 00:52:43下载
- 积分:1
-
电梯门禁系统:包括系统原理图,通信流程图和C语言源程序 AT89C52控制H6152读卡器读写Mifare射频卡并通过CAN总线连接系统主机,CAN总线控制器为...
电梯门禁系统:包括系统原理图,通信流程图和C语言源程序 AT89C52控制H6152读卡器读写Mifare射频卡并通过CAN总线连接系统主机,CAN总线控制器为SJA1000,收发器为P82C250.-Door guard system of the lift, Including systematic principle picture and source program . AT89C52 control H6152 card reader to write Mifare radio frequency nip and connect the systematic host computer through CAN bus to read, CAN bus controller is SJA1000, the transceiver is P82C250.
- 2023-03-21 08:55:03下载
- 积分:1
-
msp430g2554 knightrighter LED快按钮
应用背景- MSP 430启动控制LED 8。- knighrider按下按钮,光是快口关键技术汇编代码LED1 LED2 = = P1.0,P1.1的…让它更快的按键P1.3
- 2023-01-26 16:00:04下载
- 积分:1
-
使用at89c51.this超声波停车控制源代码,不是我的程序…
source code for ultrasonic parking control using AT89c51.this is not my program.but i uploaded for the benefit of the people
- 2022-09-27 17:00:03下载
- 积分:1
-
运行程序,可以将系统自动重启,适用于2000,xp,win98系统
运行程序,可以将系统自动重启,适用于2000,xp,win98系统-Run the program, you can automatically restart the system for 2000, xp, win98 system
- 2023-01-27 06:00:03下载
- 积分:1
-
VESA and Industry Standard and Guidelines for Computer Display Monitor Timing Ve...
VESA and Industry Standard and Guidelines for Computer Display Monitor Timing Version 1.0
- 2022-05-23 15:45:58下载
- 积分:1
-
飞思卡尔 K60 sd卡操作
应用背景
飞思卡尔提供的关于MQX下sd卡的驱动及读写。详细实现了在K60下的驱动、上层调用。
关键技术在K60下的对sd卡的底层驱动及上层调用读写。
- 2022-03-04 00:07:10下载
- 积分:1