All Projects → zhengyima → DTW_Digital_Voice_Recognition

zhengyima / DTW_Digital_Voice_Recognition

Licence: other
基于DTW与MFCC特征进行数字0-9的语音识别,DTW,MFCC,语音识别,中英数据,端点检测,Digital Voice Recognition。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DTW Digital Voice Recognition

scim
[wip]Speech recognition tool-box written by Nim. Based on Arraymancer.
Stars: ✭ 17 (-39.29%)
Mutual labels:  digital-signal-processing, mfcc
CNN-VAD
A Convolutional Neural Network based Voice Activity Detector for Smartphones
Stars: ✭ 60 (+114.29%)
Mutual labels:  digital-signal-processing
EmiyaEngine
只要蘊藏著想成為真物的意志,偽物就比真物還要來得真實。
Stars: ✭ 27 (-3.57%)
Mutual labels:  digital-signal-processing
pytorch-mfcc
A pytorch implementation of MFCC.
Stars: ✭ 30 (+7.14%)
Mutual labels:  mfcc
voice gender detection
♂️♀️ Detect a person's gender from a voice file (90.7% +/- 1.3% accuracy).
Stars: ✭ 51 (+82.14%)
Mutual labels:  voice-recognition
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+132.14%)
Mutual labels:  dynamic-programming
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+21.43%)
Mutual labels:  dynamic-programming
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (-3.57%)
Mutual labels:  voice-recognition
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (+2903.57%)
Mutual labels:  voice-recognition
dsp-kit
A digital signal processing library in Javascript
Stars: ✭ 32 (+14.29%)
Mutual labels:  digital-signal-processing
timit-preprocessor
Extract mfcc vectors and phones from TIMIT dataset
Stars: ✭ 14 (-50%)
Mutual labels:  mfcc
QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
Stars: ✭ 17 (-39.29%)
Mutual labels:  voice-recognition
Competitive-Programming-Solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
Stars: ✭ 28 (+0%)
Mutual labels:  dynamic-programming
dsp
Header only C++14 library containing various digital signal processing utilities.
Stars: ✭ 30 (+7.14%)
Mutual labels:  digital-signal-processing
cobra
On-device voice activity detection (VAD) powered by deep learning.
Stars: ✭ 76 (+171.43%)
Mutual labels:  voice-recognition
mapbox-gl-accessibility
An accessibility control for Mapbox GL JS
Stars: ✭ 64 (+128.57%)
Mutual labels:  voice-recognition
Huawei-Challenge-Speaker-Identification
Trained speaker embedding deep learning models and evaluation pipelines in pytorch and tesorflow for speaker recognition.
Stars: ✭ 34 (+21.43%)
Mutual labels:  voice-recognition
dsp.rs
Digital Signal Processing
Stars: ✭ 60 (+114.29%)
Mutual labels:  digital-signal-processing
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (+3.57%)
Mutual labels:  dynamic-programming
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (+107.14%)
Mutual labels:  dynamic-programming

DTW_Digital_Voice_Recognition

基于DTW与MFCC特征提取进行数字0-9的语音识别,DTW,MFCC,语音识别,端点检测,中英数据,Digital Voice Recognition。

Preinstallation

以下命令主要使用Anaconda安装环境,当然也可以更换为pip。

 conda create -n dtw -c anaconda python=3.6 numpy tqdm pyaudio scipy #也可以使用pip
 conda activate dtw
 pip install python_speech_features

Launch the script

  git clone https://github.com/zhengyima/DTW_Digital_Voice_Recognition.git DTW_DVR
  cd DTW_DVR
  mkdir ProcessedData # 创建端点处理后数据目录
  python endpointDetection_RecordedVoice.py # 端点检测,默认使用英文数据
  python VoiceRecog.py 

Links

GMM实现

HMM实现

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].