mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
Microphones and other input devices can often have bad or erroneous timestamps. Although we handle bad timestamps much better in obs-studio, there are still lingering issues that can crop up from time to time with device QPC timestamps that leads to mic data not playing back properly. It's best if it be off by default rather than on, which will now cause it to use system timestamps for input devices by default. This changes it to the same handling as OBS1 for this case.