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

build(deps): Update Rust crate rodio to 0.20.0 #190

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 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 - At any time (no schedule defined), 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

This PR was generated by Mend Renovate. View the repository job log.

@pando85 pando85 merged commit bccf333 into main Nov 8, 2024
5 checks passed
@pando85 pando85 deleted the renovate/rodio-0.x branch November 8, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant