What's Changed
- New multi-resolution (+multi-band) discriminator adopted from [Descript Audio Codec](https://github.com/descriptinc/descript-audio-codec).
- Updated recommended hyperparameters for the AdamW optimizer: `lr=5e-4`, `betas=(0.8, 0.9)`
- Pre-trained models on Hugging Face have been updated: [`charactr/vocos-mel-24khz`](https://huggingface.co/charactr/vocos-mel-24khz), [`charactr/vocos-encodec-24khz`](https://huggingface.co/charactr/vocos-encodec-24khz)
:bulb: **Note:** If you'd like to load a previous checkpoint, they have been tagged for easy reference:
python
Vocos.from_pretrained("charactr/vocos-encodec-24khz", revision="v0.0.4")