Skip to content

audiolatency: Expose samplesperbuffer property

... for user to be able to set the number of required samples. For instance, our default value is 240 samples (about 5ms latency in case that sample rate is 48000), which might be larger than actual buffer size of audio capture device.

Merge request reports