码迷,mamicode.com
首页 >  
搜索关键字:speech    ( 284个结果
C#字符串转语音
添加引用System.Speech程序集(VS2012以后自带直接引用即可); ...
分类:Windows程序   时间:2017-06-27 18:46:44    阅读次数:201
[iOS]AVSpeechSynthesizer语音合成
1 #import 2 3 // 初始化方法 4 AVSpeechSynthesizer *speech = [[AVSpeechSynthesizer alloc]init]; 5 6 // 设置内容 7 AVSpeechUtterance *utterance = [AVSpeechUttera... ...
分类:移动开发   时间:2017-06-19 17:45:28    阅读次数:235
Chapter 9:Noise-Estimation Algorithms
作者:桂。 时间:2017-06-14 12:08:57 链接:http://www.cnblogs.com/xingshansi/p/6956556.html 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:ht ...
分类:其他好文   时间:2017-06-14 14:31:59    阅读次数:258
【论文:麦克风阵列增强】Speech Enhancement Based on the General Transfer Function GSC and Postfiltering
作者:桂。 时间:2017-06-06 16:10:47 链接:http://www.cnblogs.com/xingshansi/p/6951494.html 原文链接:http://pan.baidu.com/s/1i51Kymp 未完待续 前言 这篇文章是TF-GSC的改进版。虽然TF-GSC ...
分类:其他好文   时间:2017-06-07 00:39:08    阅读次数:480
智能电话机器人,使用Microsoft语音识别技术(Speech sdk)(下)
接上文 现在,硬件上的准备工作做完了. 下一步,先打开Modem的电源,用SecureCRT连接串口,敲入些AT命令,看看Modem能否执行. 这里简单说一下AT命令: AT命令有两种解释一种是调制解调器命令语言,简单来说就是一些固定格式的字符串,我们通过串口向Modem发送AT命令的字符串,Mod ...
分类:其他好文   时间:2017-05-31 14:05:35    阅读次数:304
Chapter 7:Statistical-Model-Based Methods
作者:桂。 时间:2017-05-25 10:14:21 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 未完待续 前言 最近学习 ...
分类:其他好文   时间:2017-05-25 13:26:48    阅读次数:120
Chapter 5:Spectral-Subtractive Algorithms
作者:桂。 时间:2017-05-24 10:06:39 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 一、谱减的基本原理 A- ...
分类:其他好文   时间:2017-05-25 11:37:56    阅读次数:165
读书笔记:Speech enhancement: theory and practice
选读《Speech enhancement: theory and practice》.主要是自己的读书笔记. Chapter 1:Introduction 第一章~第四章,主要介绍语音增强算法的基础知识; Chapter 2:Discrete-Time Signal Processing and ...
分类:其他好文   时间:2017-05-24 10:08:52    阅读次数:169
Chapter 1:Introduction
作者:桂。 时间:2017-05-24 08:06:45 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 1.语音增强(speech enhancement)主要从攻/防两面入手:quality + intelligibil ...
分类:其他好文   时间:2017-05-24 10:04:47    阅读次数:154
Kaldi + CNN for Speech Enhancement
(一)网络结构 input-> C1 –>softmax –>S2 –> C3 –>softmax –>S4 –>FC5 –> softmax –> FC6 (二)数据预处理 1.归一化:提取音频.wav的对数频谱值作为特征值(d=129),并归一化之; 2.扩帧:对每一帧左右各扩5帧,扩帧后的维度... ...
分类:其他好文   时间:2017-05-18 20:49:27    阅读次数:248
284条   上一页 1 ... 10 11 12 13 14 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!