Audio Effects SDK
AI-powered SDK for real-time audio enhancement.
Loading...
Searching...
No Matches
audio_format.h File Reference
#include <stdint.h>

Go to the source code of this file.

Enumerations

enum  audio_effects_sdk::AudioFormatType : int32_t { audio_effects_sdk::pcmFloat32 = 1 , audio_effects_sdk::pcmSignedInt16 = 2 }
 Format of audio frames that the SDK work with. More...

Enumeration Type Documentation

◆ AudioFormatType

Format of audio frames that the SDK work with.

Enumerator
pcmFloat32 

A raw format where each frame is sequence native-endian floats.

pcmSignedInt16 

A raw format where each frame is sequence native-endian signed 16-bit integers.