Metadata-Version: 2.1
Name: denoiser-compat
Version: 0.1.5.dev0
Summary: Speech enhancement in the waveform domain. Supports offline and streaming evaluation. Implementation for https://arxiv.org/abs/2006.12847. For training, please directly clone the github repository.
Home-page: https://github.com/lizaibeim/denoiser
Author: Zaibei Li
Author-email: lizaibeim@gmail.com
License: Creative Commons Attribution-NonCommercial 4.0 International
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: julius
Requires-Dist: hydra-core (>=1.0)
Requires-Dist: hydra-colorlog (>=1.0)
Requires-Dist: numpy (>=1.19)
Requires-Dist: pystoi (>=0.3.3)
Requires-Dist: six
Requires-Dist: sounddevice (>=0.4)
Requires-Dist: torch (>=1.5)
Requires-Dist: torchaudio (>=0.5)


# Real Time Speech Enhancement in the Waveform Domain (Interspeech 2020)

This is a fork version of the denoiser from [facebook](https://github.com/facebookresearch/denoiser) which
updates the package dependencies.
