Skip to content

Commit 30f0dd7

Browse files
authored
N34: bevy_kira_audio (#1050)
1 parent 0f0fb8b commit 30f0dd7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/news/034/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,24 @@ is to allow loading any custom values as dynamic assets.
403403
[iyes_loopless]: https://github.com/IyesGames/iyes_loopless
404404
[iyes_progress]: https://github.com/IyesGames/iyes_progress
405405

406+
### [bevy_kira_audio]
407+
408+
[bevy_kira_audio] by [@nikl_me] is an alternative audio
409+
plugin for Bevy. It uses [Kira] to play and control
410+
game audio.
411+
412+
This month saw the release of version `0.10.0`. The plugin
413+
now uses the latest Kira release, which was a major rewrite.
414+
The audio channel API is improved by making all channels
415+
resources in Bevy's ECS and sounds can be directly loaded
416+
from asset files with settings like their volume, playback
417+
rate, or panning. Additionally, the audio backend can now
418+
be configured before creation through a settings resource.
419+
420+
[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
421+
[@nikl_me]: https://twitter.com/nikl_me
422+
[Kira]: https://github.com/tesselode/kira
423+
406424
## Popular Workgroup Issues in Github
407425

408426
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)