forked from len0rd/rockbox
Rearrange the main synth loop a little and move some tests around for a ~5% speedup on c200, increase the output buffer size to make skips less likely, playback of simple midi files should now be mostly skip free on pp based players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8486cb96c1
commit
4c43f7be0a
2 changed files with 40 additions and 28 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define FRACTSIZE 12
|
||||
|
||||
#define BUF_SIZE 8192 /* 32 kB output buffers */
|
||||
#define BUF_SIZE 16384 /* 64 kB output buffers */
|
||||
#define NBUF 2
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue