A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
-
Updated
May 16, 2020 - Swift
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
As code on master is Python3 only depndency on six should be removed and affected code needs to be adapted to use Python3 constructs.
Also consider:
Having read the Faust documentation, it is unclear what is the best way to get host tempo (BPM, speed etc) into a plugin DSP.
I am referring to DSP code that is compiled with the faust2/plugin/ scripts.
Can this be made clearer in the documentation?
I would like to propose the below adjustments to the installation guide.
git clone git://github.com/jgaeddert/liquid-dsp.git
cd liquid-dsp
./bootstrap.sh
./configure
make
sudo make install
cd ..
sudo apt-get install qt5-default libfftw3-dev cmake pkg-config
mkdir build
cd build
cmake ..
cd ..
make
sudo make install
Tks
Motivations from this issue from Sporth.
dmetro has a few shortcomings which should be specified in the documentation.
Mainly, the things I wish to bring up:
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Features. Update page. Among other things, add audio backends and formats.Upgrading. Add new "Upgrading" section. Provide instruction for upgrading from 0.1 to 0.2 (URIs, options, API).Network protocols. Add "Formats" section with links to RFCs for URIs (base, file, network) and SDP. Add RTCP and RTSP to the "Protocols" section.Data flow. Update "sender pipeliPressing the right click button a windows keyboard when editing the name of a new node, creates a dark grey box that glitches out when moving nodes around over it and doesn't disappear.
Edit: Added pictures for clarity

 when resolved.
iOS/OSX DSP for audio (with Novocaine)
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Bluetooth Low Energy (BLE) packet sniffer and generator for both standard and non standard (raw bit).
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
C++ Library for Audio Digital Signal Processing
Now that we have auto-generated doc with http://dplug.dpldocs.info/dplug.html the docs should be more welcoming.
YIN(-FFT), PYIN, MPM, PMPM, SWIPE'
DSP servers using general purpose networks and computers
openFrameworks addon for audio synthesis and generative music
A python wrapper for Speech Signal Processing Toolkit (SPTK).
Readme or installer or website does not mention where amsynth is installed to when users run the automatic packaged installer. I cannot find it.
Running the Mac .pkg installer works, the installer completes successfully. However, I can't find the amsynth binary. There is no binary amsynth in /Applications or in home directory or in /usr or
Add a description, image, and links to the dsp topic page so that developers can more easily learn about it.
To associate your repository with the dsp topic, visit your repo's landing page and select "manage topics."
Description
STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an
out=variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem