Kyle Howells commited on
Commit
5c0892e
·
1 Parent(s): ef1f835

docs: align citation with official DeepFilterNet guide

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,7 +21,7 @@ This is a direct conversion of the original PyTorch weights to `safetensors` for
21
  ## Origin
22
 
23
  - **Original model:** [DeepFilterNet2](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
24
- - **Paper:** [DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement](https://arxiv.org/abs/2305.08227)
25
  - **License:** MIT (same as the original)
26
  - **Conversion:** PyTorch -> `safetensors` via the included `convert_deepfilternet.py` script
27
 
@@ -79,10 +79,10 @@ python convert_deepfilternet.py \
79
  ## Citation
80
 
81
  ```bibtex
82
- @inproceedings{schroeter2023deepfilternet3,
83
- title={DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement},
84
- author={Schroeter, Hendrik and Rosenkranz, Tobias and Maier, Andreas and Escalante-B., Alberto N.},
85
- booktitle={INTERSPEECH},
86
- year={2023}
87
  }
88
  ```
 
21
  ## Origin
22
 
23
  - **Original model:** [DeepFilterNet2](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
24
+ - **Paper:** [DeepFilterNet2: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio](https://arxiv.org/abs/2205.05474)
25
  - **License:** MIT (same as the original)
26
  - **Conversion:** PyTorch -> `safetensors` via the included `convert_deepfilternet.py` script
27
 
 
79
  ## Citation
80
 
81
  ```bibtex
82
+ @inproceedings{schroeter2022deepfilternet2,
83
+ title = {{DeepFilterNet2}: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio},
84
+ author = {Schr{\"o}ter, Hendrik and Escalante-B., Alberto N. and Rosenkranz, Tobias and Maier, Andreas},
85
+ booktitle={17th International Workshop on Acoustic Signal Enhancement (IWAENC 2022)},
86
+ year = {2022},
87
  }
88
  ```