mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sound, add native rate mode, change resampling
This commit is contained in:
parent
d26d4c2965
commit
882f697ad4
11 changed files with 90 additions and 167 deletions
|
@ -18,7 +18,7 @@ void (*PsndMix_32_to_16l)(s16 *dest, s32 *src, int count) = mix_32_to_16l_stereo
|
|||
|
||||
// master int buffer to mix to
|
||||
// +1 for a fill triggered by an instruction overhanging into the next scanline
|
||||
static s32 PsndBuffer[2*(44100+100)/50+2];
|
||||
static s32 PsndBuffer[2*(53267+100)/50+2];
|
||||
|
||||
// cdda output buffer
|
||||
s16 cdda_out_buffer[2*1152];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue