kode54 / resampler_iir

Simple IIR resampler test project, with benchmark function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple resampler

The C++14 version, and the Blam Synthesis C version, both use linear
interpolation, with a three stage IIR filter either on the input or
output stage of the resampler.

The Sinc resampler seems to be faster than the C version, though.

About

Simple IIR resampler test project, with benchmark function

License:ISC License


Languages

Language:C++ 91.2%Language:C 7.9%Language:Makefile 0.9%