0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs/audio-monitoring
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
..
null libobs: Add Pulseaudio audio monitoring support 2017-09-12 03:37:54 -07:00
osx audio-monitoring: Add ability to monitor Outputs 2017-04-05 18:58:08 -07:00
pulse libobs: Add Pulseaudio audio monitoring support 2017-09-12 03:37:54 -07:00
win32 libobs: Add async video/audio decoupling functions 2017-10-10 06:45:34 -07:00