# DistantSpeech **Repository Path**: wj199031738/DistantSpeech ## Basic Information - **Project Name**: DistantSpeech - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-05 - **Last Updated**: 2024-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DistantSpeech **A python package for TRUE real-time speech enhancement** This project is still a work in progress. Any suggestions or pull requests are welcome - Install ``` git clone https://github.com/wangwei2009/DistantSpeech.git cd DistantSpeech virtualenv .venv && source .venv/bin/activate pip install -e . ``` - Features - microphone array simulation - fixed beamformer - adaptive beamformer - dereverberation - noise estimation - realtime processing module - ... - Usage A couple of [ipynb notebook demos](https://github.com/wangwei2009/DistantSpeech/tree/main/example) are available