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 ecf6189Copy full SHA for ecf6189
UPGRADE.md
@@ -21,6 +21,7 @@ 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
- The output stream is now more configurable. Where you used
26
`OutputStream::try_default()`, you need to change to either:
27
- *(recommended)* `OutputStreamBuilder::open_default_stream()?` which
0 commit comments