obs-studio/libobs/audio-monitoring/win32
jp9000 b54f70ef8d libobs: Add async video/audio decoupling functions
Decoupling the audio from the video causes the audio to be played right
when it's received rather than attempt to sync up to the video frames.
This is useful with certain async sources/devices when the audio/video
timestamps are not reliable.

Naturally because it plays audio right when it's received, this should
only be used when the async source is operating in unbuffered mode,
otherwise the video frame timing will be out of sync by the amount of
buffering the video currently has.
2017-10-10 06:45:34 -07:00
..
wasapi-enum-devices.c audio-monitoring: Add ability to monitor Outputs 2017-04-05 18:58:08 -07:00
wasapi-output.c libobs: Add async video/audio decoupling functions 2017-10-10 06:45:34 -07:00
wasapi-output.h libobs: Implement audio monitoring 2017-02-06 11:44:02 -08:00