Avoid sin/cos and cent->frequency in filter code by using a lookup table (risky).
commit9ad7d38baec634f135526f28a74bd7d5b1a988fa
authorKrzysztof Foltman <wdev@foltman.com>
Sat, 1 Jun 2013 23:31:29 +0000 (2 00:31 +0100)
committerKrzysztof Foltman <wdev@foltman.com>
Sat, 1 Jun 2013 23:31:29 +0000 (2 00:31 +0100)
tree7b53501b7f96fd7f53aa3a644b681ca47df4434e
parent33a92223d0e31df22d95a11127bd54e3f122ac21
Avoid sin/cos and cent->frequency in filter code by using a lookup table (risky).
biquad-float.h
dspmath.h
sampler.c
sampler.h
sampler_layer.c
sampler_layer.h
sampler_voice.c