Skip to content

Bump rodio from 0.20.1 to 0.21.0 - #872

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/rodio-0.21.0
Closed

Bump rodio from 0.20.1 to 0.21.0#872
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/rodio-0.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2025

Copy link
Copy Markdown
Contributor

Bumps rodio from 0.20.1 to 0.21.0.

Changelog

Sourced from rodio's changelog.

Changelog

All notable changes to this project will be documented in this file.

Migration guides for incompatible versions can be found in UPGRADE.md file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Update cpal to v0.16.

Version [0.21] (2025-07-12)

Added

  • Added Source::amplify_decibel() method to control volume by decibels.
  • Added Source::amplify_normalized() method to perceptually modify volume.
  • Adds a function to write a Source to a wav file, enable the wav_output feature and see output_to_wav.
  • Output audio stream buffer size can now be adjusted.
  • Sources for directly generating square waves, triangle waves, square waves, and sawtooths have been added.
  • An interface for defining SignalGenerator patterns with an fn, see GeneratorFunction.
  • Minimal builds without cpal audio output are now supported. See README.md for instructions. (#349)
  • Added Sample::is_zero() method for checking zero samples.
  • Added DecoderBuilder for improved configuration.
  • Added Pausable::is_paused() method for checking if source is paused.
  • Using Decoder::TryFrom for File now automatically wraps in BufReader and sets byte_len. TryFrom<Cursor<T>> and TryFrom<BufReader> are also supported.
  • Added Source::distortion() method to control distortion effect by gain and threshold.
  • Added OutputStream::config() method to access an OutputStream's OutputStreamConfig once an OutputStream has been built.
  • Added OutputStreamConfig::channel_count(), OutputStreamConfig::sample_rate(), OutputStreamConfig::buffer_size() and OutputStreamConfig::sample_format() getters to access an OutputStreamConfig's channel count, sample rate, buffer size and sample format values.
  • Added Source::limit() method for limiting the maximum amplitude of a source.
  • Added more noise generators: WhiteGaussian, WhiteTriangular, Blue, Brownian, Violet, and Velvet.

Changed

  • Breaking: OutputStreamBuilder should now be used to initialize an audio output stream.
  • Breaking: OutputStreamHandle removed, use OutputStream and OutputStream::mixer() instead.
  • Breaking: DynamicMixerController renamed to Mixer, DynamicMixer renamed to MixerSource.
  • Breaking: Sink::try_new renamed to connect_new and does not return error anymore. Sink::new_idle was renamed to new.
  • Breaking: symphonia::SeekError has a new variant AccurateSeekNotSupported

... (truncated)

Commits
  • 50d35f6 post release chore: update examples link
  • f7aa48d Merge pull request #721 from RustAudio/0.21
  • 48d7b20 puts release date in CHANGELOG
  • d7908a4 docs: deprecate Source::white and Source::pink methods
  • f92da99 docs: fix example in UPGRADE.md
  • 1176a0e docs: update UPGRADE.md for rodio 0.21 with clearer instructions
  • 2655c04 Apply suggestions from code review
  • e5e2404 formatting
  • 30c0a8d small format fixes + mention some more changes
  • d18fcd9 add all the new faetures to the announcement
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rodio](https://github.com/RustAudio/rodio) from 0.20.1 to 0.21.0.
- [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md)
- [Commits](RustAudio/rodio@v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: rodio
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 14, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #874.

@dependabot dependabot Bot closed this Jul 15, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/main/rodio-0.21.0 branch July 15, 2025 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants