Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 412 Bytes

vdsp

Port of Apple's vDSP Accelerate framework to Android.

It only includes a small subset of the original framework, as I was only implementing the functions I needed to port my DSP code from iOS to Android.

For FFT you can use ne10, or implement your own adapter.

Pull requests are welcome.