q
q copied to clipboard
C++ Library for Audio Digital Signal Processing
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
Due to the SIGSTKSZ and MINSIGSTKSZ macros being redefined in newer versions of glibc, some header files pulled in from infra fail to compile. Build log: ``` [ 0%] Building...
Hi, I am developing Karaoke app in android and i am using oboe livestream to record a voice and merge with music using ffmpeg. and i want to add effects...
I have two projects using qlib - one is a VAMP plugin for non-realtime analysis and feature extraction, the other is a SuperCollider plugin. Both of these use cases have...
The issue was when I tried to read the entire wav file with the following code, the program will crash when it is reaching the end: ``` q::wav_memory wav{ "test\wav"...
Hi there, this SOUNDS to be a cool project ! I honestly don't know if it's in project goals, but some time ago I discovered a very cool lib called...
Hello! I've tried out the q library for hardware pitchtracking on a Bela. It works very well! As of now I'm simply calling the operator and subsequently "get_frequency" every time...
Releases
Hello, first, this library is really awesome! It really makes DSP effortless. I wonder if releases are possible, so that it's easier for developers (and packagers) to refer to a...
Hi, loving your work! I gave the pitchDetection a spin, and ran into a most strange issue that might have nothing to do with your code but might be CPU...