sound, improved and optimized reimplementation of libretro lowpass filter

This commit is contained in:
kub 2020-12-21 23:22:00 +01:00
parent b437951ade
commit 30969671e5
5 changed files with 141 additions and 123 deletions

View file

@ -8,4 +8,4 @@ void mix_32_to_16_mono(short *dest, int *src, int count);
extern int mix_32_to_16l_level;
void mix_32_to_16l_stereo_lvl(short *dest, int *src, int count);
void mix_reset(void);
void mix_reset(int alpha_q16);