From 4fc8f995bfc01af9aca52cb13cbe62ed925ff700 Mon Sep 17 00:00:00 2001 From: jrichter <jrichter@exchange.informatik.uni-hamburg.de> Date: Tue, 4 Apr 2023 13:37:35 +0200 Subject: [PATCH] update references --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba1e42e..77893ca 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,11 @@ This repository contains the official PyTorch implementations for the 2022 papers: -- [*Speech Enhancement with Score-Based Generative Models in the Complex STFT Domain*](https://www.isca-speech.org/archive/interspeech_2022/welker22_interspeech.html), 2022 [1] -- [*Speech Enhancement and Dereverberation with Diffusion-Based Generative Models*](https://arxiv.org/abs/2208.05830), 2022 [2] +- Simon Welker, Julius Richter, Timo Gerkmann. [*"Speech Enhancement with Score-Based Generative Models in the Complex STFT Domain"*](https://www.isca-speech.org/archive/interspeech_2022/welker22_interspeech.html), ISCA Interspeech, Incheon, Korea, Sep. 2022. [bibtex](#Citations-/-References) +- Julius Richter, Simon Welker, Jean-Marie Lemercier, Bunlong Lay, Timo Gerkmann. [*"Speech Enhancement and Dereverberation with Diffusion-Based Generative Models"*](https://arxiv.org/abs/2208.05830), *arXiv preprint arXiv:2208.05830*, 2022. [bibtex](#Citations-/-References) Audio examples and further supplementary materials are available [on our project page](https://www.inf.uni-hamburg.de/en/inst/ab/sp/publications/sgmse). -[1] Simon Welker, Julius Richter, Timo Gerkmann. "Speech Enhancement with Score-Based Generative Models in the Complex STFT Domain", ISCA Interspeech, Incheon, Korea, Sep. 2022. - -[2] Julius Richter, Simon Welker, Jean-Marie Lemercier, Bunlong Lay, Timo Gerkmann. "Speech Enhancement and Dereverberation with Diffusion-Based Generative Models", *arXiv preprint arXiv:2208.05830*, 2022. - ## Installation - Create a new virtual environment with Python 3.8 (we have not tested other Python versions, but they may work). -- GitLab