We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4443a2a commit dbaeabeCopy full SHA for dbaeabe
UPGRADE.md
@@ -21,6 +21,8 @@ No changes are required.
21
features in `Cargo.toml` for respectively FLAC, WAV and Ogg Vorbis.
22
23
## OutputStream
24
+- `OutputStreamHandle` no longer exists, you can remove it from your code.
25
+- `OutputStreamHandle::play_raw` has been removed, instead use `OutputStream.mixer().add()`.
26
- The output stream is now more configurable. Where you used
27
`OutputStream::try_default()`, you need to change to either:
28
- *(recommended)* `OutputStreamBuilder::open_default_stream()?` which
0 commit comments