Audio Effects SDK
AI-powered SDK for real-time audio enhancement.
Loading...
Searching...
No Matches
notification.h File Reference
#include "irelease.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  audio_effects_sdk::INotification
class  audio_effects_sdk::INotificationHandler
 Notification handler. More...

Enumerations

enum  audio_effects_sdk::NotificationCode : int32_t { audio_effects_sdk::slowProcessing = 1 }
 Notification codes for audio processing events. More...

Enumeration Type Documentation

◆ NotificationCode

Notification codes for audio processing events.

Enumerator
slowProcessing 

Occurs when audio frame processing takes too long, risking audio dropouts (gaps in playback).

You can disable audio processing features (like noise suppression) if this happens.