Instructions to use nvidia/mel-codec-22khz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/mel-codec-22khz with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ For inference, you can follow our [Audio Codec Inference Tutorial](https://githu
|
|
| 53 |
|
| 54 |
Alternatively, you can use the code below, which also handles the automatic checkpoint download:
|
| 55 |
|
| 56 |
-
```
|
| 57 |
import librosa
|
| 58 |
import torch
|
| 59 |
import soundfile as sf
|
|
|
|
| 53 |
|
| 54 |
Alternatively, you can use the code below, which also handles the automatic checkpoint download:
|
| 55 |
|
| 56 |
+
```python
|
| 57 |
import librosa
|
| 58 |
import torch
|
| 59 |
import soundfile as sf
|