All Projects → diggerdu → pytorch_audio

diggerdu / pytorch_audio

Licence: other
audio processing module for pytorch:stft, istft

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytorch audio

2018-dlsl
UPC Deep Learning for Speech and Language 2018
Stars: ✭ 18 (-45.45%)
Mutual labels:  speech-recognition
kaldi ag training
Docker image and scripts for training finetuned or completely personal Kaldi speech models. Particularly for use with kaldi-active-grammar.
Stars: ✭ 14 (-57.58%)
Mutual labels:  speech-recognition
Transformer-Transducer
PyTorch implementation of "Transformer Transducer: A Streamable Speech Recognition Model with Transformer Encoders and RNN-T Loss" (ICASSP 2020)
Stars: ✭ 61 (+84.85%)
Mutual labels:  speech-recognition
AmazonSpeechTranslator
End-to-end Solution for Speech Recognition, Text Translation, and Text-to-Speech for iOS using Amazon Translate and Amazon Polly as AWS Machine Learning managed services.
Stars: ✭ 50 (+51.52%)
Mutual labels:  speech-recognition
Inimesed
An Android app that lets you search your contacts by voice. Internet not required. Based on Pocketsphinx. Uses Estonian acoustic models.
Stars: ✭ 65 (+96.97%)
Mutual labels:  speech-recognition
QuantumSpeech-QCNN
IEEE ICASSP 21 - Quantum Convolution Neural Networks for Speech Processing and Automatic Speech Recognition
Stars: ✭ 71 (+115.15%)
Mutual labels:  speech-recognition
salutejs
SmartApp Framework для создания навыков семейства Виртуальных Ассистентов "Салют" на языке JavaScript
Stars: ✭ 35 (+6.06%)
Mutual labels:  speech-recognition
Chinese-automatic-speech-recognition
Chinese speech recognition
Stars: ✭ 147 (+345.45%)
Mutual labels:  speech-recognition
PCPM
Presenting Collection of Pretrained Models. Links to pretrained models in NLP and voice.
Stars: ✭ 21 (-36.36%)
Mutual labels:  speech-recognition
timit-preprocessor
Extract mfcc vectors and phones from TIMIT dataset
Stars: ✭ 14 (-57.58%)
Mutual labels:  speech-recognition
End-to-End-Mandarin-ASR
End-to-end speech recognition on AISHELL dataset.
Stars: ✭ 20 (-39.39%)
Mutual labels:  speech-recognition
ml-with-audio
HF's ML for Audio study group
Stars: ✭ 104 (+215.15%)
Mutual labels:  speech-recognition
rustfst
Rust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). A Python binding is also available.
Stars: ✭ 104 (+215.15%)
Mutual labels:  speech-recognition
api
Speechly public API definitions and generated code
Stars: ✭ 15 (-54.55%)
Mutual labels:  speech-recognition
scripty
Speech to text bot for Discord using Mozilla's DeepSpeech
Stars: ✭ 14 (-57.58%)
Mutual labels:  speech-recognition
rnnt decoder cuda
An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.
Stars: ✭ 60 (+81.82%)
Mutual labels:  speech-recognition
VoiceBridge
VoiceBridge - an AI-TOOLKIT Open Source C++ Speech Recognition Toolkit
Stars: ✭ 17 (-48.48%)
Mutual labels:  speech-recognition
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-63.64%)
Mutual labels:  speech-recognition
VoiceDictation
迅飞 语音听写 WebAPI - 把语音(≤60秒)转换成对应的文字信息,让机器能够“听懂”人类语言,相当于给机器安装上“耳朵”,使其具备“能听”的功能。
Stars: ✭ 36 (+9.09%)
Mutual labels:  speech-recognition
speech-recognition-transfer-learning
Speech command recognition DenseNet transfer learning from UrbanSound8k in keras tensorflow
Stars: ✭ 18 (-45.45%)
Mutual labels:  speech-recognition

pytorch_audio

audio processing module for pytorch

FFT

time_frequence.fft()

IFFT

time_frequence.ifft()

STFT

time_frequence.stft()

ISTFT

time_frequence.istft()

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].