harudagondi
harudagondi
By the way, updating ndk glue to 0.7 would (probably) not resolve #3648, since cpal still uses 0.6.
I think reexporting `StaticSoundData`, `SoundData`, and `Sound` would be fine. However, when a new type from kira is used in the public api, then it should also be exported. Is...
Using @rparrett's audio file, I tested it with `kira` and `oddio` (both using `cpal`) and can confirm that this is an issue on `rodio`'s end, not on `cpal`. Both `kira`...
It seems that this plays differently for other people. bevyengine/bevy#6122 and [this comment](https://github.com/bevyengine/bevy/pull/6028#discussion_r982925270) have it reversed (correct in debug, wrong in release).
> see the issue on bevy_fundsp that is in this feed. btw, i don't need it anymore as #5819 is now merged. also, if in the case that users would...
Bevy uses Symphonia indirectly, and Rodio has not exposed API for seeking. Please see: - RustAudio/rodio#176 Currently Bevy is blocked on this.
Is there a reason why this shouldn't be just a third party crate?
> What is the reasoning behind having filter take in input and output slices, as opposed to something like filter(&mut self, input: &Sample) -> Sample? This is honestly just arbitrary....
Also, if you'd like for us to informally discuss this, you could say hi at the #audio-dev channel at the bevy discord 😄
By the way, there are talks in bevy development that there would be a possibility to have a `bevy_graph` crate similar to `petgraph`. We could utilize that for our audio...