Skip to content

Commit 439c317

Browse files
committed
Update status for unconditional synthesis
1 parent 75ffa50 commit 439c317

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33

44
DiffWave is a fast, high-quality neural vocoder and waveform synthesizer. It starts with Gaussian noise and converts it into speech via iterative refinement. The speech can be controlled by providing a conditioning signal (e.g. log-scaled Mel spectrogram). The model and architecture details are described in [DiffWave: A Versatile Diffusion Model for Audio Synthesis](https://arxiv.org/pdf/2009.09761.pdf).
55

6+
## What's new (2021-11-09)
7+
- unconditional waveform synthesis (thanks to [Andrechang](https://github.com/Andrechang)!)
8+
69
## What's new (2021-04-01)
710
- fast sampling algorithm based on v3 of the DiffWave paper
811

912
## What's new (2020-10-14)
1013
- new pretrained model trained for 1M steps
1114
- updated audio samples with output from new model
1215

13-
## Status (2021-04-01)
16+
## Status (2021-11-09)
1417
- [x] fast inference procedure
1518
- [x] stable training
1619
- [x] high-quality synthesis
@@ -21,7 +24,7 @@ DiffWave is a fast, high-quality neural vocoder and waveform synthesizer. It sta
2124
- [x] PyPI package
2225
- [x] audio samples
2326
- [x] pretrained models
24-
- [ ] unconditional waveform synthesis
27+
- [x] unconditional waveform synthesis
2528

2629
Big thanks to [Zhifeng Kong](https://github.com/FengNiMa) (lead author of DiffWave) for pointers and bug fixes.
2730

0 commit comments

Comments
 (0)