mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
add DC filter to sound mixer to remove potential PCM DC offset
This commit is contained in:
parent
9090dc0f22
commit
2a942f0d41
4 changed files with 121 additions and 35 deletions
|
@ -8,3 +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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue