Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
5.0.0
-
dcf79d4998cd106a5ebc62ab213fa954f79c388d
Description
In the pulse audio plugin for QAudioInput, period size is 20 ms converted to bytes for the current format. Period size should correspond to how much a period takes up in pulse audio in order to have any value in working with latency.
Possible candidate for period size is the pa_buffer_attr::fragsize value, obtainable from pa_stream_get_buffer_attr().