1#ifndef AUDIO_EFFECTS_SDK_INCLUDE_NOTIFICATION_H
2#define AUDIO_EFFECTS_SDK_INCLUDE_NOTIFICATION_H
10namespace audio_effects_sdk {
Notification handler.
Definition notification.h:31
virtual void receive(INotification *notification)=0
Definition notification.h:22
NotificationCode
Notification codes for audio processing events.
Definition notification.h:14
@ slowProcessing
Occurs when audio frame processing takes too long, risking audio dropouts (gaps in playback).
Definition notification.h:18