Andrew D'Addesio
Results
2
comments of
Andrew D'Addesio
Can you share your .opus file? I'm unable to replicate the explosion artifact on a near-latest Opus git (I get all other artifacts though): My opus file (gzip-encoded for GitHub):...
I like @sezero's idea of using "if" instead of "else if". That way if decoding the package_version fails, it tries again from git. Like this: ``` if(NOT OPUS_PACKAGE_VERSION){ try getting...