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.16 to 0.18 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on bevy_kira_audio to permit the latest version.

Changelog

Sourced from bevy_kira_audio's changelog.

v0.18.0 - 04.11.2023

  • Update to Bevy 0.12

v0.17.0

  • Multiply instance volume with channel volume (#103)
  • Allow playing a paused sound using .play(...).paused() (#105)
  • Configure the end of the loop region (by @​Tracreed in #104)

v0.16.0

  • Update to Bevy 0.11
  • Spacial audio improvements (#94)
    • Check if receiver exists before updating
    • Cleanup instances from spacial audio
  • Offer iterator over dynamic channel keys and values (#69)
  • Allow resuming while pausing or stopping (#98)

v0.15.0

  • Update to Bevy 0.10
  • Fix: stop spacial audio from getting louder again at large distances (#88)

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)

... (truncated)

Commits

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)

Updates the requirements on [bevy_kira_audio](https://github.com/NiklasEi/bevy_kira_audio) to permit the latest version.
- [Changelog](https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NiklasEi/bevy_kira_audio/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants