添加引用System.Speech程序集(VS2012以后自带直接引用即可); ...
1 #import 2 3 // 初始化方法 4 AVSpeechSynthesizer *speech = [[AVSpeechSynthesizer alloc]init]; 5 6 // 设置内容 7 AVSpeechUtterance *utterance = [AVSpeechUttera... ...
分类:
移动开发 时间:
2017-06-19 17:45:28
阅读次数:
235
作者:桂。 时间: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
作者:桂。 时间: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
接上文 现在,硬件上的准备工作做完了. 下一步,先打开Modem的电源,用SecureCRT连接串口,敲入些AT命令,看看Modem能否执行. 这里简单说一下AT命令: AT命令有两种解释一种是调制解调器命令语言,简单来说就是一些固定格式的字符串,我们通过串口向Modem发送AT命令的字符串,Mod ...
分类:
其他好文 时间:
2017-05-31 14:05:35
阅读次数:
304
作者:桂。 时间: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
作者:桂。 时间: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》.主要是自己的读书笔记. Chapter 1:Introduction 第一章~第四章,主要介绍语音增强算法的基础知识; Chapter 2:Discrete-Time Signal Processing and ...
分类:
其他好文 时间:
2017-05-24 10:08:52
阅读次数:
169
作者:桂。 时间:2017-05-24 08:06:45 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 1.语音增强(speech enhancement)主要从攻/防两面入手:quality + intelligibil ...
分类:
其他好文 时间:
2017-05-24 10:04:47
阅读次数:
154
(一)网络结构 input-> C1 –>softmax –>S2 –> C3 –>softmax –>S4 –>FC5 –> softmax –> FC6 (二)数据预处理 1.归一化:提取音频.wav的对数频谱值作为特征值(d=129),并归一化之; 2.扩帧:对每一帧左右各扩5帧,扩帧后的维度... ...
分类:
其他好文 时间:
2017-05-18 20:49:27
阅读次数:
248