Lists (22)
Sort Name ascending (A-Z)
Starred repositories
kyutai-labs / nanoGPTaudio
Forked from karpathy/nanoGPTCode for the blog "Neural audio codecs: how to get audio into LLMs"
zuowanbushiwo / awesome-speech-recognition-speech-synthesis-papers
Forked from zzw922cn/awesome-speech-recognition-speech-synthesis-papersautomatic speech recognition paper roadmap, including HMM, DNN, RNN, CNN, Seq2Seq, Attention
《大语言模型》作者:赵鑫,李军毅,周昆,唐天一,文继荣
vkeep / hybrid_GTCRN
Forked from Max1Wz/H-GTCRNA Lightweight Hybrid Dual Channel Speech Enhancement System under Low-SNR Conditions (Interspeech 2025)
TeaSpeak / rnnoise-cmake
Forked from almoghamdani/rnnoise-cmakeRecurrent neural network for audio noise reduction with CMake support
谷歌机器学习速成课程+机器学习术语表PDF+机器学习规则PDF 。该资源适用于机器学习、深度学习和TensorFlow爱好者参考!
leospark / zhvoice
Forked from fighting41love/zhvoiceChinese voice corpus. 中文语音语料,语音更加清晰自然,包含8个开源数据集,3200个说话人,900小时语音,1300万字。
leospark / webrtc_agc_matlab
Forked from lbcgi/webrtc_agc_matlab把webrtc的agc转成matlab代码以供科研工作者研究
leospark / DRC_Inversion
Forked from SunHaoRanCN/DRC_InversionOfficial repository of the paper: Neural-Enhanced Dynamic Range Compression Inversion: A Hybrid Approach for Resoration Audio Dynamics
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为17个章节,20多万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
leospark / CrossMP-SENet
Forked from StrangeAlex/CrossMP-SENetTransformer-Based Cross-Attention for Joint Magnitude-Phase Speech Enhancement
speech enhancement\speech seperation\sound source localization
csteinmetz1 / Keras-GAN
Forked from eriklindernoren/Keras-GANCollection of accessible implementations of Generative Adversarial Networks in Keras.
csteinmetz1 / ddsp
Forked from magenta/ddspDDSP: Differentiable Digital Signal Processing
DeepAFx-ST - Style transfer of audio effects with differentiable signal processing. Please see https://csteinmetz1.github.io/DeepAFx-ST/
csteinmetz1 / loudness.py
Forked from BrechtDeMan/loudness.pyEBU R128 / ITU-R BS.1770 integrated loudness measurement in Python
This code realizes the Kalman filter approach for an active noise control system (ANC) to attenuate the dynamic noise.
howling suppression, 啸叫抑制, 声反馈抑制
FragrantRookie / Sound-Prediction-and-Cancellation-Model
Forked from sh3r4zhassan/Sound-Prediction-and-Cancellation-ModelThis Model analyzes and predicts the input sound and then using pretrained ANC systems cancels the input sound.
ganlubbq / AdaptiveFilter
Forked from YangangCao/AdaptiveFilterThis rep contains awesome adaptive filter algorithms in 3 classic books.
This MATLAB code contains the implementation of the adaptive signal processing algorithms.
A compact library implementing the Vector Base Amplitude Panning (VBAP) method and variants for sound spatialization.
Windstudent / sndfilter
Forked from velipso/sndfilterAlgorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc
Adaptive Noise Injection based Acoustic Feedback Cancellation
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。