Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -27,7 +27,7 @@ typedef struct pssj_t
|
|||
int wave_pos;
|
||||
int pulse_width;
|
||||
|
||||
int16_t buffer[SOUNDBUFLEN];
|
||||
int16_t buffer[MAXSOUNDBUFLEN];
|
||||
int pos;
|
||||
} pssj_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue