Sebastian Dröge
Sebastian Dröge
I'm not sure yet if I really want this as part of this release. It requires quite a bit of generator changes, so maybe should wait until the new one...
I think that makes sense. Do you want to provide a PR for that?
@pbor Do you want to give that a try? That should be relatively straightforward to add as a) we already read the nullable annotation for properties, b) we have nullable...
This is basically the same as https://github.com/gtk-rs/gir/issues/1133 (which has a WIP PR). The way forward here for now would be to manually implement this function correctly until that PR is...
Do you want to provide a PR that replicates the C function guards as Rust assertions? You can run with `G_DEBUG=fatal_criticals` (or the corresponding function call for that) in the...
Unless there are bugs in your code (can you share?) there's nothing that the bindings do in a special way here. You should be able to reproduce the same issue...
Nothing obviously wrong there AFAICS. Can you check if this can be reproduced with a minimal example, ideally in C but otherwise in Rust? Also how do you measure memory...
See https://opus-codec.org/docs/ETSI_TS_opus-v0.1.3-draft.pdf page 9 / section 4.4.1 for the actual specification. You'll have to properly parse the Opus descriptor.
Can you add an example here?
@tautropfli What's the status / plan here? :)