Khubaib Ahmad
Khubaib Ahmad
Hello, I have followed this tutorial in compiling and using opus with NDK. > https://medium.com/rahasak/opus-codec-for-android-voip-application-7cfe7cd3dd9b Its working fine with the opus version he is using but when I follow the...
Hello Mr. Valin, Hope you are enjoying the healthy days of your life. I came across RNNoise for noise suppression. I have a query related to your model. • Why...
Hi, I have been working on the Speex adaptive jitter buffer. I am a little confused in understanding the specific **get** function: `int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t...
Hi, I recently received a trained checkpoint (ckpt) file from my colleague and attempted to test and run it on my own device. To ensure consistency, I used the same...
This is my onnx model. [denoiser.onnx](https://we.tl/t-thoBbnuyKy) when i run the command: `./onnx2c ./denoiser_model.onnx > model.c` I get these error: `onnx2c: /mnt/d/onnx2c/src/graph.cc:549: toC::Node* toC::Graph::createNode(std::string): Assertion `false' failed. Aborted` How to resolve...