Nathan Graule
Nathan Graule
I also agree with the comments; I'll also add that this kind of shortcut, while nice, is not something we provide for any other features of the engine, so it...
I've removed the blocked label, so anybody feel free to tackle this! It should be noted that work on this will soon be superceeded by the ongoing work to replace...
> Out of interest, (I now help maintain rodio) could you point me at the reasons why bevy is switching to kira (kira looks great btw)? That could help plot...
> I'd be happy to share what I've learnt :) (and not feel that I've wasted my life, LOL!) While I lack knowledge in anything GIR or low level NodeJS,...
Some thoughts based on what I know about signal processing, DSP and real-time audio filtering: - Unless JIT is used, dynamic dispatch is going to incur overhead when working through...
@rudrabhoj We're in the process of reworking the audio engine entirely, as we've reached the limits of the current solution. As such this may take a while to get re-implemented,...
What's the status on this @NiklasEi ? I have made my own [experiment integration crate](https://github.com/solarliner/bevy-kira-components) in the meantime, and while I didn't have in mind the goal of making it...
I'm also interested in this going forward, so I could spend some time on it (in fact, I already did as per my link above); I'd need to make some...
Here's a custom target that works for my projects, requires the blueprint compiler to be available in path, but it should work seamlessly, simply instanciate a `Gtk.Builder` with the blueprint...
I've been looking at them and the least I can say is that documentation on the subject is sparse and confusing, sadly. I haven't been able to make it work...