TIEDirectShow.RenderAudio
Declaration
property RenderAudio: boolean
Description
When enabled, the audio stream is rendered to the default audio renderer.
Sometimes audio is not synchronized with video. To get audio/video synchronized we should interact directly with hardware devices, but this will loss compatibility.
Anyway you could try to play with
ReferenceClock and
ClockErrorTolerance properties to get better synchronization.