Files
obs-studio/UI/forms
Tjienta Vara b0f94afaf2 libobs, UI: Add true peak measurements
Add a new algorithm to calculate the true-peak. It implements the
Whittaker- Shannon interpolation from four samples to create 4
intermediate samples (5 x oversampling) inbetween the middle two
samples.

With 4 samples and 4 intermediate samples the algorithm can be
implemented as a 4x4 vector-matrix cross product, which is ideal for
SSE.

I've also replaced the sample-peak algorithm using SSE as well to
improve performance.

Closes obsproject/obs-studio#1189
2018-04-30 03:53:26 -07:00
..
2018-01-22 07:29:50 -08:00
2016-08-27 20:19:45 -07:00
2018-01-03 17:04:03 -08:00
2016-08-27 20:19:45 -07:00
2017-02-20 22:45:34 -08:00