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 bevy_kira_audio requirement from 0.13 to 0.14 #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Updates the requirements on bevy_kira_audio to permit the latest version.

Changelog

Sourced from bevy_kira_audio's changelog.

v0.14.0

  • Limited support for spacial audio
    • Add Emitter and Receiver components to spacial entities
    • Audio volume and panning will be automatically changed
    • New example spacial.rs
  • Support for setting volume in Decibels (#81)
  • Reexport some used Kira types (#73)

v0.13.0

  • Update to Bevy 0.9

v0.12.0

  • Support changing most settings when playing a sound (#65)
    • Removed .play_looped(handle) in preference for .play(handle).looped()
  • Directly control single audio instances (#53)
    • When playing a sound you get an asset handle back (see new instance_control example)
    • This also adds seek controls to bevy_kira_audio
  • Dynamic audio channels (#66)
  • All audio commands can use smooth transitions with configurable Tweens (#65)
  • Stop commands will now also stop queued sounds (#62)
  • is_playing_sound method to quickly determine if a channel is in use at the moment (#55)
  • No more panics, if Kira's audio command que is full (#51)

v0.11.0

  • Fix channel playback states (#54)
  • Update to Bevy 0.8

v0.10.0

  • Allow configuring the audio backend through a settings resource
  • Add support to load sound with any eligible settings (see the example)
  • Update to Kira version 0.6 (#48)
  • Make channels resources (#43)

v0.9.0

  • Update to Bevy version 0.7
  • the sound field in AudioSource is now public (#37)

v0.8.0

  • Update to Bevy version 0.6

v0.7.0

  • The playback position of audio can be requested from the Audio resource
  • Update to Rust edition 2021
  • Removed direct dependencies on bevy sub crates

v0.6.0

  • Relicense under dual MIT or Apache-2.0
  • Clean up stopped instances
  • "ogg" is now a default feature
  • No longer panic when no Audio device can be found (analogue to bevy/audio)

... (truncated)

Commits
  • fbcf5c0 Bump version to 0.14 and update changelog
  • 5ad3230 Merge pull request #86 from NiklasEi/reexport_used_kira_types
  • 99985cb Add type reexport to changelog
  • f066253 Merge branch 'main' of github.com:NiklasEi/bevy_kira_audio into reexport_used...
  • 8fa4f76 Merge pull request #85 from NiklasEi/support_kira_volume
  • cd81158 Merge pull request #84 from NiklasEi/initial_spacial_audio
  • b964a4e Reexport used Kira types
  • f6f7c6f Support setting volume in Decibels
  • a1b7974 Improve example scene
  • 0f01516 Make the volume change a bit more natural with distance
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [bevy_kira_audio](https://github.com/NiklasEi/bevy_kira_audio) to permit the latest version.
- [Release notes](https://github.com/NiklasEi/bevy_kira_audio/releases)
- [Changelog](https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md)
- [Commits](NiklasEi/bevy_kira_audio@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: bevy_kira_audio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2023

Looks like bevy_kira_audio is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bevy_kira_audio-0.14 branch March 7, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants