rodio v0.16.0 Release Notes
Release Date: 2022-09-14 // 9 months agoPrevious changes from v0.15.0
-
- ✂ Remove requirement that the argument
Decoder::new
andLoopedDecoder::new
implementSend
. - ➕ Add optional symphonia backend.
WavDecoder
'stotal_duration
now returns the total duration of the sound rather than the remaining duration.- ➕ Add 32-bit signed in WAV decoding.
SineWave::new()
now takes af32
instead of au32
.- ➕ Add
len()
method toSpatialSink
.
- ✂ Remove requirement that the argument