You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kira Effects like reverb are a great way to quickly make your audio more immersive. I also have my WIP Steam Audio Rust rewrite implemented as a Kira Effect and it could work well together with bevy_kira_audio.
Kira Effects require you to use Kira Tracks, which is probably why it's not trivial to add support for this: While bevy_kira_audio does seem to have notion of tracks, it doesn't actually use Kira Tracks (except for the main track).
The text was updated successfully, but these errors were encountered:
Kira Effects like reverb are a great way to quickly make your audio more immersive. I also have my WIP Steam Audio Rust rewrite implemented as a Kira Effect and it could work well together with
bevy_kira_audio
.Kira Effects require you to use Kira Tracks, which is probably why it's not trivial to add support for this: While
bevy_kira_audio
does seem to have notion of tracks, it doesn't actually use Kira Tracks (except for the main track).The text was updated successfully, but these errors were encountered: