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
I see that you are using unsafe-libopus in your project. I think last time I touched it and tried to make more comprehensive tests, I encountered some problems on the encoding side of things.
I think the version in crates.io might not be affected by this, but the master, having some more refactors, might be. Just thought I should let you know. I do eventually plan to figure it out and make better tests to prevent this, but right now it's broken AFAIK =(
The text was updated successfully, but these errors were encountered:
Hi! I'm using 0.1.0 from crates.io and it seems to be working so far. Cool project, you saved me from my attempts to compile libopus to wasm directly :)
Hi =)
I see that you are using
unsafe-libopus
in your project. I think last time I touched it and tried to make more comprehensive tests, I encountered some problems on the encoding side of things.I think the version in crates.io might not be affected by this, but the master, having some more refactors, might be. Just thought I should let you know. I do eventually plan to figure it out and make better tests to prevent this, but right now it's broken AFAIK =(
The text was updated successfully, but these errors were encountered: