Просмотр исходного кода

Add comment about known incompatibility with smaller audio block size

main
PaulStoffregen 4 лет назад
Родитель
Сommit
fdb45e3fe3
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      teensy4/AudioStream.h

+ 4
- 1
teensy4/AudioStream.h Просмотреть файл

@@ -45,7 +45,10 @@
// should be used, since some synthesis objects generate 16 samples per loop.
//
// Some parts of the audio library may have hard-coded dependency on 128 samples.
// Please report these on the forum with reproducible test cases.
// Please report these on the forum with reproducible test cases. The following
// audio classes are known to have problems with smaller block sizes:
// AudioInputUSB, AudioOutputUSB, AudioPlaySdWav, AudioAnalyzeFFT256,
// AudioAnalyzeFFT1024

#ifndef AUDIO_BLOCK_SAMPLES
#define AUDIO_BLOCK_SAMPLES 128

Загрузка…
Отмена
Сохранить