You are here: Symbol Reference > CoreAudioSignal Namespace > Classes > TAudioWinSettings Class > published > TAudioWinSettings.EventSync Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TAudioWinSettings.EventSync Property

If true, the "Event" driven buffer synchronization will be enabled.

Pascal
property EventSync: boolean;

Ideally, if properly implemented by the driver, using an "event" object for thread synchronization could allow more reliable processing with lower CPU overhead. However, this depends heavily on driver support. Use with caution. Many users discourage the use of Event synchronization in combination with Exclusive mode, because of some drivers lacking the support and simply to try the setup with a poorly implemented audio driver can already result in OS crashing (blue screen). 

State of things in 2017 on Windows 8.1: EventSync is expected to work with with internal audio cards from RealTek and Creative. It is known to cause OS crash with ASUS SONUS and is not working with Creative Labs USB based audio cards.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!