mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, implement GG stereo
This commit is contained in:
parent
fa4e0531d4
commit
70efc52db8
9 changed files with 112 additions and 80 deletions
|
@ -6,9 +6,9 @@ void mix_16h_to_32_s2(s32 *dest, s16 *src, int count);
|
|||
|
||||
void mix_16h_to_32_resample_stereo(s32 *dest, s16 *src, int count, int fac16);
|
||||
void mix_16h_to_32_resample_mono(s32 *dest, s16 *src, int count, int fac16);
|
||||
void mix_32_to_16l_stereo(s16 *dest, s32 *src, int count);
|
||||
void mix_32_to_16_stereo(s16 *dest, s32 *src, int count);
|
||||
void mix_32_to_16_mono(s16 *dest, s32 *src, int count);
|
||||
|
||||
extern int mix_32_to_16l_level;
|
||||
void mix_32_to_16l_stereo_lvl(s16 *dest, s32 *src, int count);
|
||||
extern int mix_32_to_16_level;
|
||||
void mix_32_to_16_stereo_lvl(s16 *dest, s32 *src, int count);
|
||||
void mix_reset(int alpha_q16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue