资源列表
Sound-Effect-board
- 这份报告概述了项目修改语音信号与各种不同的效果。实现的效果是一个呼应,相移和残余阈值剪裁。的分析过程和技术参与实施这些技术也提供了一个洞察整个项目选择背后的原因。这份报告将细分一个语音信号的分解步骤,将段到频域,估计谱包络,操纵信号以不同的方式,然后回到回放的时间域。附录中提供一份项目以及示例输出结果。还提到可能的扩展项目,可能会增强其功能和团队的建议进行这些增强功能。-This report outlines a project to modify a speech signal with v
HMM
- 结合实例把隐马尔科夫模型讲解的简单易懂,值得一看-Easy to understand with an example to explain the hidden Markov model, worth a visit
g711DecodeTest
- g711解码函数,里面包含了对g711编码的语音进行解码的操作,适合初学者学习.-It is g711 audio decode function,It will help us to learn how to decode g711 audio.
234234234
- 声纹识别包括完整的声音预处理和特征计算过程-Voiceprint identifying comprises preprocessing and feature a complete calculation of the sound
jiyintiqu
- 程序主要是求一段音频数据的基音频率 jiyinzhouqi.m --------求基音周期 find_maxn.m --------求自相关函数的最大值 test2.wav --------程序中用到的示例wav数据文件-The program is mainly the fundamental frequency for an audio data Jiyinzhouqi.m- for pitch period Find_maxn.m- the maximum
wav
- 利用向量内积 比对两个相似音频 找出相似点 算出相似度-The use of vector product of two similar audio than to identify similarities calculated similarity
PlaySound
- PlaySound播放WAV文件 PlaySound播放WAV文件-play wav using PlaySound play wav using PlaySound play wav using PlaySound
source-code
- this fingerprint combination for privacy protection code only contain feature extraction-this is fingerprint combination for privacy protection code only contain feature extraction
wav
- 语音分割程序,可将一段语音自动分割成极端语音,包括端点检测等子程序。-Speech segmentation procedure, a voice can be automatically split into extreme voice, including endpoint detection routines.
10-order-LPC-parameters
- 对一段8k采样率的语音信号加160长度的汉明窗,计算它的10阶LPC系数-calculate 10-order LPC parameters for a speech signal with 8k sampling rate with a 160 points window
calculate-LPC-parametres
- 一段采样率为8k的语音信号,加160样点的汉明窗,求其10阶LPC系数-calculate 10-order LPC paremeters for a 8k sampling rate speech signal with a 160 points hanming window
PicthDetection
- 基音检测,通过检测最大值以及零值的位置来实现,同时以图的形式展现.-Pitch detection, by calculating the position of maxium and zero, and then showing the results as figures.