Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.05 KB

Readme.md

File metadata and controls

33 lines (23 loc) · 1.05 KB

DSP library for Android

This library contains DSP (digital signal processing) modules for Android 4+. It uses RenderScript.

See http://tech.mantz-it.com and [@dennismantz] (https://twitter.com/dennismantz) for updates.

Implemented Features

  • Lookup table for convertion 8-bit interleaved samples to floats
  • Lookup table for downmixing 8-bit interleaved samples and converting them to floats
  • FIR filter
  • Complex FIR filter

Testet Devices

This library is in early development right now...

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. http://www.gnu.org/licenses/gpl.html GPL version 2 or higher

principal author: Dennis Mantz <dennis.mantzgooglemail.com>