-
Hi all,
I've run into a linker error while trying to compile a sample program using kfr on a Raspberry Pi 4 running Debian 12.
I have CMake 3.25.1 and clang 14.0.6
Steps taken:
1. Downlloaded …
-
Hey there! I'm trying to use your bandpass filter to filter an array of values (I'm trying to do heart beat detection). I'm new to signal processing and I was wondering if you could explain how to get…
-
I'm using Pyo with sublime on OS.X, and have written the following script
""
from pyo import *
import time
def make_sound(a=0, b=0, c=0):
voice = SfPlayer(SNDS_PATH + "/transparent.aif", loop=Fa…
-
Hi!
First of all - thank you so much for your work. It's awesome and it's simple to use, I'm using it for my BT Speaker project. I tried to code it the normal way using ESP32 SDK, but I'm only a beg…
-
A bug in the built-in synth makes lower velocity presses output muffled sound instead of it simply being quieter. This went unnoticed with our previous samples because their quality was already low.
-
Not expecting this to be merged, just if someone wants to speed up yodel using Numba, this seems to be working OK (Biquad example):
```py
import math
class Biquad:
"""
A biquad filter…
-
### Type of Issue Bug
----------------------------------------
#### Operating System
macOS Sonoma 14.2.1
#### PySimpleGUI Port (tkinter, Qt, Wx, Web)
-----------------------------…
-
With certain audio files, `BiQuadFilter `will silently mess up `Equalizer`'s stream, with some BiQuadFilter values becoming infinity or NaN. This results in silent audio, with an unchanging (?) buffer…
-
igece updated
4 years ago
-
**Describe the bug**
Compiled SOF successfully with XCC toolchain RJ2024.3 from Cadence.
When trying to run an IIR test I get a `load/store error` on DSP:
```
*** Booting Zephyr OS build v3.7.0-rc…