Skip to content

N27 Update about bevy_kira_audio #835

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

Merged
merged 2 commits into from
Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/news/027/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,21 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
[hecs_rapier]: https://github.com/smokku/hecs_rapier
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier

### [bevy_kira_audio]

[bevy_kira_audio] is a [Bevy] plugin that integrates the audio library [Kira]
into [Bevy] applications.

In the latest version `0.6.0`, you can load files with custom semantic
durations and play looped audio with an intro. The plugin now also cleans up
old sound instances. Following Bevy, [bevy_kira_audio] is now licensed under
dual MIT + Apache 2.0, and the library will no longer crash on systems without
an audio device.

[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
[Bevy]: https://github.com/bevyengine/bevy
[Kira]: https://github.com/tesselode/kira

### [bevy_verlet]

![bevy_verlet](bevy_verlet.gif)
Expand Down