MLX-compatible weights for DeepFilterNet, a real-time speech enhancement framework that suppresses background noise from full-band 48 kHz audio.
This repository contains all three model versions (v1, v2, v3), converted directly from the original PyTorch checkpoints to safetensors format for use with MLX on Apple Silicon. No fine-tuning or quantization was applied — the weights are numerically identical to the originals.
Conversion: PyTorch → safetensors via convert_deepfilternet.py
Citations
bibtex
1@inproceedings{schroeter2022deepfilternet,
2 title={{DeepFilterNet}: A Low Complexity Speech Enhancement Framework for Full-Band Audio based on Deep Filtering},
3 author={Schr{\"o}ter, Hendrik and Escalante-B., Alberto N. and Rosenkranz, Tobias and Maier, Andreas},
4 booktitle={ICASSP 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
5 year={2022},
6 organization={IEEE}
7}
89@inproceedings{schroeter2022deepfilternet2,
10 title={{DeepFilterNet2}: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio},
11 author={Schr{\"o}ter, Hendrik and Escalante-B., Alberto N. and Rosenkranz, Tobias and Maier, Andreas},
12 booktitle={17th International Workshop on Acoustic Signal Enhancement (IWAENC 2022)},
13 year={2022},
14}
1516@inproceedings{schroeter2023deepfilternet3,
17 title={DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement},
18 author={Schr{\"o}ter, Hendrik and Rosenkranz, Tobias and Escalante-B., Alberto N. and Maier, Andreas},
19 booktitle={INTERSPEECH},
20 year={2023}
21}