Browse Source

Fix AudioStream

teensy4-core
PaulStoffregen 5 years ago
parent
commit
041dd94734
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      teensy4/AudioStream.h

+ 0
- 1
teensy4/AudioStream.h View File

uint8_t reserved1; uint8_t reserved1;
uint16_t memory_pool_index; uint16_t memory_pool_index;
int16_t data[AUDIO_BLOCK_SAMPLES]; int16_t data[AUDIO_BLOCK_SAMPLES];
int16_t x;/////////////////////////////
} audio_block_t; } audio_block_t;





Loading…
Cancel
Save