Files
obs-studio/libobs
Norihiro Kamae ee6ddeeaed libobs: Avoid position underflow when mixing audio sources
When a variable `pos` became larger than `AUDIO_OUTPUT_FRAMES`, `count`
will get overflowed number. To avoid the overflow, continue the loop
when `AUDIO_OUTPUT_FRAMES - pos` is not positive.
2023-02-11 15:22:17 -08:00
..
2023-02-04 02:17:49 -08:00
2023-01-18 12:17:35 -06:00