This commit is contained in:
2025-12-29 01:11:45 -06:00
parent 4c6ec3a019
commit fb370b08eb
5 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ private:
RtAudio audio_; // audio device
// TODO: id like a yml config file or something for these
uint32_t sampleRate_ = 44100;
uint32_t bufferFrames_ = 256; // time per buffer = BF/SR (256/44100 = 5.8ms)
uint32_t bufferFrames_ = 128; // time per buffer = BF/SR (256/44100 = 5.8ms)
uint32_t channels_ = 2; // stereo
};