Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,19 @@ This model is a SoundStream decoder which inverts mel-spectrograms computed with
|
|
| 10 |
|
| 11 |
A typical use-case is to simplify music generation by predicting mel-spectrograms (instead of a raw waveform), and then use this model to reconstruct audio.
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## Example Use
|
| 14 |
|
|
|
|
| 10 |
|
| 11 |
A typical use-case is to simplify music generation by predicting mel-spectrograms (instead of a raw waveform), and then use this model to reconstruct audio.
|
| 12 |
|
| 13 |
+
If you use it, please consider citing:
|
| 14 |
+
|
| 15 |
+
```bibtex
|
| 16 |
+
@article{zeghidour2021soundstream,
|
| 17 |
+
title={Soundstream: An end-to-end neural audio codec},
|
| 18 |
+
author={Zeghidour, Neil and Luebs, Alejandro and Omran, Ahmed and Skoglund, Jan and Tagliasacchi, Marco},
|
| 19 |
+
journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
|
| 20 |
+
volume={30},
|
| 21 |
+
pages={495--507},
|
| 22 |
+
year={2021},
|
| 23 |
+
publisher={IEEE}
|
| 24 |
+
}
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
## Example Use
|
| 28 |
|