You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/OboeTester/docs/AutomatedTesting.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ There are some optional parameter in common for all tests:
83
83
84
84
There are several optional parameters in common for glitch, latency, input, and output tests:
85
85
86
+
--ei buffer_capacity {capacity} // number of frames in the buffer, default is UNSPECIFIED.
86
87
--ei buffer_bursts {bursts} // number of bursts in the buffer, 2 for "double buffered". Do not use together with buffer_frames to avoid conflict. When both set, buffer_bursts will be ignored.
87
88
--ei buffer_frames {frames} // number of frames in the buffer, do not use together with buffer_bursts to avoid conflict. When both set, buffer_bursts will be ignored.
0 commit comments