Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue