Sound buffer size now configurable.

This commit is contained in:
SarahW 2017-06-10 21:00:23 +01:00
commit 6e51e8975e
22 changed files with 92 additions and 26 deletions

View file

@ -27,3 +27,9 @@ void inital();
void givealbuffer(int32_t *buf);
void givealbuffer_cd(int16_t *buf);
extern int sound_buf_len;
void sound_update_buf_length();
extern int SOUNDBUFLEN;
#define MAXSOUNDBUFLEN (48000 / 10)