I struggle with this for quite some time now. For an iOS App I am recording some Audio using the device's microphone. I later try to evaluate the recording. I got everything done in Python using SciPy and it works very nice. I used SciPy's butterworth filter implementation.
But when I tried to translate my code into Swift I couldn't find a good way to apply a bandpass filter to my float array.
Could anyone guide me into the right direction or do you have finished code samples? I need a bandpass filter with frequency range from 1100 to 2100 Hz.