Ralph Giles

Results 129 comments of Ralph Giles

If you run `./configure` it should check whether you have the `dot` program installed and then set the correct value when generating `Doxyfile` from the `Doxyfile.in` template. If you copied...

@xnorpx any idea what's wrong here?

The debian bug is already fixed on the master branch with this line in `lib/Makefile.am` ``` libtheoraenc_la_LIBADD = libtheoradec.la ``` which declares the transitive dependency in the ELF headers: ```...

> on mac cross-compiling stuck with `error: failed to run custom build command for `ring v0.16.20`` Cross-compiling `ring` generally doesn't work. Since `boringtun` depends on in, you'll likely have to...

It means cmake couldn't find a working C compiler. Make sure you have Microsoft Visual Studio installed, with support for the C/C++ languages and the current Windows SDK. Make sure...

0.3.2 and 0.3.3 could use tags too.

This is a native implementation of the codec, so it can be compiled for many targets, including Android using the NDK. Indeed, Android 5.1 [includes a copy](https://cs.android.com/android/platform/superproject/+/android-5.1.1_r1:frameworks/av/media/libstagefright/codecs/opus/) with its own...

It's somewhat so. You're correct that parallel decoding requires restart points, and Opus doesn't have independently-coded blocks the way FLAC does. Each encoded packet depends on state from previous packets,...

Buffering implementations are a common cause of playback distortion. I'd look there. In particular make sure you understand the data layout the `opus_decode` API uses and are advancing the read...

@michalfita thanks for the quick response! You're right, the fuzzer isn't working anyway, so I withdraw my suggestion. I agree maintainership has been sparse, but it's an important crate for...