From 47c799835498dd4f142dfb3fa2ce1c67193b613b Mon Sep 17 00:00:00 2001 From: eickern Date: Tue, 31 May 2022 19:48:10 +0200 Subject: [PATCH 1/3] Add bevy_kira_audio version 0.10 --- content/news/034/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/news/034/index.md b/content/news/034/index.md index b3da59b99..89bdf7027 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -202,6 +202,21 @@ General Bevy API support is under-way so stay tuned! [bevy_mod_scripting]: https://github.com/makspll/bevy_mod_scripting + +### [bevy_kira_audio] + +[bevy_kira_audio] by [@nikl_me] is an alternative audio plugin for Bevy. It uses [Kira] to play and control game audio. + +This month, saw the release of version `0.10.0`: +- The plugin now uses the latest Kira release, which was a major rewrite +- The audio channel API is improved by making all channels resources in Bevy's ECS +- Sounds can be directly loaded from asset files with settings like their volume, playback rate or panning +- The audio backend can now be configured before creation through a settings resource + +[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio +[@nikl_me]: https://twitter.com/nikl_me +[Kira]: https://github.com/tesselode/kira + ## Popular Workgroup Issues in Github From 82cff92f7799ad23bcdec722ce82244416401f73 Mon Sep 17 00:00:00 2001 From: eickern Date: Tue, 31 May 2022 23:08:38 +0200 Subject: [PATCH 2/3] Improve style --- content/news/034/index.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/content/news/034/index.md b/content/news/034/index.md index 89bdf7027..be2600e8b 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -202,16 +202,19 @@ General Bevy API support is under-way so stay tuned! [bevy_mod_scripting]: https://github.com/makspll/bevy_mod_scripting - ### [bevy_kira_audio] -[bevy_kira_audio] by [@nikl_me] is an alternative audio plugin for Bevy. It uses [Kira] to play and control game audio. - -This month, saw the release of version `0.10.0`: -- The plugin now uses the latest Kira release, which was a major rewrite -- The audio channel API is improved by making all channels resources in Bevy's ECS -- Sounds can be directly loaded from asset files with settings like their volume, playback rate or panning -- The audio backend can now be configured before creation through a settings resource +[bevy_kira_audio] by [@nikl_me] is an alternative audio +plugin for Bevy. It uses [Kira] to play and control +game audio. + +This month, saw the release of version `0.10.0`. The plugin +now uses the latest Kira release, which was a major rewrite. +The audio channel API is improved by making all channels +resources in Bevy's ECS and sounds can be directly loaded +from asset files with settings like their volume, playback +rate, or panning. Additionally, the audio backend can now +be configured before creation through a settings resource. [bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio [@nikl_me]: https://twitter.com/nikl_me From 07bdd81d2e41c90c5ebd19aeaab2c2f8614433f8 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 1 Jun 2022 22:56:20 +0100 Subject: [PATCH 3/3] Update index.md --- content/news/034/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/034/index.md b/content/news/034/index.md index be2600e8b..74c5c6557 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -208,7 +208,7 @@ General Bevy API support is under-way so stay tuned! plugin for Bevy. It uses [Kira] to play and control game audio. -This month, saw the release of version `0.10.0`. The plugin +This month saw the release of version `0.10.0`. The plugin now uses the latest Kira release, which was a major rewrite. The audio channel API is improved by making all channels resources in Bevy's ECS and sounds can be directly loaded