mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Fix AIBUF_LEN.
This commit is contained in:
parent
b86153c110
commit
6dd688177c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ typedef void (*AudioCustomUpdateFunction)(void);
|
||||||
// 6 channels
|
// 6 channels
|
||||||
#define DMEM_6CH_SIZE (6 * DMEM_1CH_SIZE)
|
#define DMEM_6CH_SIZE (6 * DMEM_1CH_SIZE)
|
||||||
|
|
||||||
#define AIBUF_LEN (170 * SAMPLES_PER_FRAME) // number of samples
|
#define AIBUF_LEN (6 * 85 * SAMPLES_PER_FRAME) // number of samples
|
||||||
#define AIBUF_SIZE (AIBUF_LEN * SAMPLE_SIZE) // number of bytes
|
#define AIBUF_SIZE (AIBUF_LEN * SAMPLE_SIZE) // number of bytes
|
||||||
|
|
||||||
// Filter sizes
|
// Filter sizes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue