First, `SoundStream` needs to be trained on a large corpus of audio data
```python
@@ -79,6 +81,16 @@ soundstream = AudioLMSoundStream(...) # say you want the hyperparameters as in A
# rest is the same as above
```
As of version `0.17.0`, you can now invoke the class method on `SoundStream` to load from checkpoint files, without having to remember your configurations.