机智心情

文章
7
资源
0
加入时间
3年0月21天

音频特征理解语音信号处理之(一)动态时间规整(DTW)语音信号处理之(二)基音周期估计(Pitch Detection)语音信号处理之(三)矢量量化(Vector Quantization)语音的基本概念--译自CMU sphinx语音识别的基础知识与CMUsphinx介绍

Mel频谱特征等参考https://blog.csdn.net/w_manhong/article/details/78977833 https://blog.csdn.net/w_manhong/article/details/79497688语音信号处理之(一)动态时间规整(DTW)https://blog.csdn.net/zouxy09/article...

hyperf源码分析

本分析基于hyperf2.0具体详情参考https://hyperf.wiki/2.0/#/# 1 下载imagedocker pull hyperf/hyperf:latest# 加载image成为容器docker run -it -v D:\wwwroot\code\demo:/hyperf-skeleton -p 2804:9501 --name=hyperfdemo2804 hyperf/hyperf:latestcomposer安装# 镜像容器运行后,在容器内安装 Comp..