A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
-
Updated
Jan 14, 2021 - Swift
This transform takes a fraction of the end or the start of the audio and treats that part as padding. We can implement several modes:
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."
Feature Description
Would be nice to be able to do modtool operations from the build/ dir
Here is the sequence I always run into:
'''
gr_modtool add myblock
[go and make the block do something]
cd build
make
[get cmake error that bindings are not present]
gr_modtool bind myblock
[get nasty python error that this is not a module]