Update Rust crate rodio to 0.20.0 #20955
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.0
->0.20.0
Release Notes
RustAudio/rodio (rodio)
v0.20.1
Compare Source
Fixed
symphonia
feature did not compilev0.20.0
Compare Source
Added
automatic_gain_control
source for dynamic audio level adjustment.SignalGenerator
source generates a sine, triangle, square wave or sawtoothof a given frequency and sample rate.
Chirp
source generates a sine wave with a linearly-increasingfrequency over a given frequency range and duration.
white
andpink
generate white or pink noise, respectively. Thesesources depend on the
rand
crate and are guarded with the "noise"feature.
lib.rs
.fade_out
fades an input out using a linear gain fade.linear_gain_ramp
applies a linear gain change to a sound over agiven duration.
fade_out
is implemented as alinear_gain_ramp
andfade_in
has been refactored to use thelinear_gain_ramp
implementation.
Fixed
Sink.try_seek
now updatescontrols.position
before returning. Calls toSink.get_pos
done immediately after a seek will now return the correct value.
Changed
SamplesBuffer
is nowClone
Configuration
📅 Schedule: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Release Notes: