Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -39,7 +39,7 @@ typedef struct gus_t
|
|||
|
||||
int32_t out_l, out_r;
|
||||
|
||||
int16_t buffer[2][SOUNDBUFLEN];
|
||||
int16_t buffer[2][MAXSOUNDBUFLEN];
|
||||
int pos;
|
||||
|
||||
int samp_timer, samp_latch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue