macOS: try a smaller block size again.

ms-realtime-audio
Mooneer Salem 2025-04-21 00:33:10 -07:00
parent 7bdd3b082d
commit 1d21ad6934
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ thread_local void* MacAudioDevice::joinToken_ = nullptr;
constexpr static double kOneNanosecond = 1.0e9;
// The I/O interval time in seconds.
constexpr static double AUDIO_SAMPLE_BLOCK_SEC = 0.010;
constexpr static double AUDIO_SAMPLE_BLOCK_SEC = 0.005;
static OSStatus GetIOBufferFrameSizeRange(AudioObjectID inDeviceID,
UInt32* outMinimum,