j-schultz
j-schultz
@almogh52 maybe you also want to have a look at my changes based on your branch which can be found here: https://github.com/alfatraining/rnnoise/commit/7d6f71f1a9f7153dc394258dd6ef7109ae79795b These changes are mostly carried over from community-contributed...
We've been running into the same issue with our armv7 builds (arm64 builds were fine). With this patch the DNN_COMPUTE_ACTIVATION_IMPL and DNN_COMPUTE_CONV2D_IMPL problems are gone, but DNN_COMPUTE_LINEAR_IMPL is still not...
Yeah, in the meantime I have also resorted to just disabling this option for ARMv7 on Android. It would be nice CMake outright refused to build this configuration if it...
As I said, just running the webcam example that ships with Qt (`multimedia/declarative-camera`, using Qt 5.15 here) itself is enough to trigger the bug. Since Webcamoid is written in Qt,...
It does happen with both decoding complexity 5 and 7. I'll see if I can get a minimal example put together - as we are streaming live audio with raw...
Thanks for the suggestion, I applied the temporary workaround and that does seem to do the trick for now.
Actually I might have spoken too soon, while the (incorrect) work of the PLC can no longer be heard with this change, I still get some faint clicking sound every...
For testing I set the complexity to 7 for every successfully received packet and to 0 for any missing packet. So the first packet of the DTX interval still has...
Here's a RAW sample file, together with the decoded result that I receive: [sample.zip](https://github.com/user-attachments/files/16053818/sample.zip) Encoding command line: `opus_demo.exe -e voip 48000 1 25000 -complexity 8 -dtx -framesize 20 withsilence.raw withsilence.opus`...
It is very quiet indeed, but when using Opus in a video conferencing context, you would expect the audio output to remain 100% silent when noone is talking - so...