harudagondi / bevy_fundsp

A Bevy plugin that integrates FunDSP into Bevy.
Apache License 2.0
73 stars 12 forks source link

Update bevy_kira_audio requirement from 0.16 to 0.17 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on bevy_kira_audio to permit the latest version.

Changelog

Sourced from bevy_kira_audio's changelog.

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)
  • Update to Kira version 0.6 (#48)
  • Make channels resources (#43)

... (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 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)
dependabot[bot] commented 1 year ago

Superseded by #44.