Audio Effects SDK
AI-powered SDK for real-time audio enhancement.
|
Notification handler. More...
#include <notification.h>
Public Member Functions | |
virtual void | receive (INotification *notification)=0 |
Public Member Functions inherited from audio_effects_sdk::IRelease | |
virtual void | release ()=0 |
Releases the object and its resources. |
Notification handler.
You can implement this interface to pass it into a pipeline to receive notifications.
|
pure virtual |
Called in a non-realtime context (outside the audio thread). Suitable for non-realtime operations. Do not call ISDKFactory::waitUntilAsyncWorkFinished() or ISDKFactory::release() from this method.
notification | contains information about the notification. The notification will be destroyed after the method completes. |