rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast FIFOs...
commit1c88d9494113d3dcdbb5ef2ca34962a26b60e542
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jan 2009 02:29:58 +0000 (5 02:29 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jan 2009 02:29:58 +0000 (5 02:29 +0000)
treeb09e3560a3b19ae1dad59c9c92ea15878cd683e3
parent653655d232ea209a63dcc5468ad4a127e94f356d
rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast FIFOs are very tight and it will channel swap and crackle. It's better to minimize time in the audio callback anyway so change it to 128. It should probably even be 64. Use faster saturation code too.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19679 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/doom/i_sound.c