How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
ClearerVoice-Studio is a speech processing studio and framework designed for speech enhancement, audio super-resolution, and targeted voice extraction. It provides a suite of tools to remove background noise, increase the sampling rate of low-resolution recordings, and quantify audio clarity through objective quality evaluation metrics. The project features a target speaker extraction tool that isolates specific voices from mixed audio using acoustic, visual, or neural reference signals. It also includes capabilities for overlapping speech separation by capturing temporal patterns and long-ra
ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech recognition, synthesis, and translation models. It provides a structured framework for developing automatic speech recognition systems using transducer and encoder-decoder architectures, alongside engines for text-to-speech synthesis and speech translation pipelines. The project distinguishes itself through a recipe-based workflow execution system that ensures experimental reproducibility by running standardized sequences of scripts for data preparation and model training. It
Tensorflow 2.x implementation of the stacked dual-signal transformation LSTM network (DTLN) for real-time noise suppression. This repository provides the code for training, infering and serving the DTLN model in python. It also provides pretrained models in SavedModel, TF-lite and ONNX format,…
The main features of ashutosh620/ddaec are: Speech Enhancement Models.
Open-source alternatives to ashutosh620/ddaec include: modelscope/clearervoice-studio — ClearerVoice-Studio is a speech processing studio and framework designed for speech enhancement, audio… espnet/espnet — ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech… breizhn/dtln — Tensorflow 2.x implementation of the stacked dual-signal transformation LSTM network (DTLN) for real-time noise… chanil1218/dcunet.pytorch — Phase-Aware Speech Enhancement with Deep Complex U-Net. cedarctic/rnnoise-ex — An extension to RNNoise. anicolson/deepxi — export PATH=/usr/local/cuda-10.1/bin${PATH:+:${PATH}} export LDLIBRARYPATH=/usr/local/cuda-10.1/lib64${LDLIBRARYPATH:+:…