Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
int speaker_mute = 0;
|
||||
|
||||
static int16_t speaker_buffer[SOUNDBUFLEN];
|
||||
static int16_t speaker_buffer[MAXSOUNDBUFLEN];
|
||||
|
||||
static int speaker_pos = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue