-
Hello, I would like to ask for some help. I'm trying to configure camilladsp to get 6 channel input, duplicate 5 channels (LRCSLSR), highpass one half, lowpass second half, then pass 5 channels to the…
-
I'm using the NAM code in another context (ie: not using IPlug2). I've currently got my own hacked up version, but it would be nice to have the core code be more easily isolated from the specific plug…
-
First of all, I am really liking this btAudio project!!
Awesome work! :)
This is not an issue, but more like a question if you know how much the system latency is when using the IIR biquad filter…
-
port the tuner from C++ so that users can tune their instruments
-
Thanks for the amazing work with mac speakers.
Probably you already know, there is a project call T2 linux. We are facing exact same issue with T2 mac speakers.
You work is so helpful for us. I h…
-
I have done some experiments with the heart rate sensor. I think one of the issue is that small movements while measuring can produce noise that could throw off the measurement. I don't think there's …
-
Hi,
I am trying to reproduce an IIR filter designed with scipy using CMSIS DSP library on a cortex-M7 device.
Here comes my filter design in python environment:
```
In [5]: from scipy impo…
-
Parametric equalizer optimizer produces extreme values for Q in some occasions. For example this [DT 770](https://github.com/jaakkopasanen/AutoEq/tree/ce1a3d61b5f9f1153edae21cea1a871345722725/results/…
-
I implemented a 'side eq'.
desired function: boost on the side signal in an area (width) around a center frequency (eq side freq) by an amount in dB (eq side gain)
It's done with a bandpass filt…
-
I encountered a different busy loop in `CamillaDSP 1.0.0-alpha5` on macOS again and is reproducible.
One just need a pipeline with a lot of biquad filters such as the following:
```
---
devices…