Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate rodio to 0.20.0 #20955

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Update Rust crate rodio to 0.20.0 #20955

merged 1 commit into from
Nov 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Type Update Change
rodio dependencies minor 0.19.0 -> 0.20.0

Release Notes

RustAudio/rodio (rodio)

v0.20.1

Compare Source

Fixed
  • Builds without the symphonia feature did not compile

v0.20.0

Compare Source

Added
  • Support for ALAC/AIFF
  • Add automatic_gain_control source for dynamic audio level adjustment.
  • New test signal generator sources:
    • SignalGenerator source generates a sine, triangle, square wave or sawtooth
      of a given frequency and sample rate.
    • Chirp source generates a sine wave with a linearly-increasing
      frequency over a given frequency range and duration.
    • white and pink generate white or pink noise, respectively. These
      sources depend on the rand crate and are guarded with the "noise"
      feature.
    • Documentation for the "noise" feature has been added to lib.rs.
  • New Fade and Crossfade sources:
    • fade_out fades an input out using a linear gain fade.
    • linear_gain_ramp applies a linear gain change to a sound over a
      given duration. fade_out is implemented as a linear_gain_ramp and
      fade_in has been refactored to use the linear_gain_ramp
      implementation.
Fixed
  • Sink.try_seek now updates controls.position before returning. Calls to Sink.get_pos
    done immediately after a seek will now return the correct value.
Changed
  • SamplesBuffer is now Clone

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.


  • If you want to rebase/retry this PR, check this box

Release Notes:

  • N/A

@notpeter notpeter added the cla-signed The user has signed the Contributor License Agreement label Nov 22, 2024
@SomeoneToIgnore SomeoneToIgnore merged commit 4aa47a9 into main Nov 28, 2024
10 checks passed
@SomeoneToIgnore SomeoneToIgnore deleted the renovate/rodio-0.x branch November 28, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants