#include "CoreMinimal.h"
#include "AudioEffect.h"
#include "AudioDevice.h"
#include "Sound/SoundWave.h"
#include "DSP/ParamInterpolator.h"
#include "DSP/OnePole.h"
#include <AudioToolbox/AudioToolbox.h>
#include <AudioUnit/AudioUnit.h>
#include <AVFoundation/AVAudioSession.h>
Go to the source code of this file.
◆ AudioCallbackFrameSize
| #define AudioCallbackFrameSize (8 * 1024) |
◆ AudioSampleType
◆ CHANNELS_PER_BUS
◆ ESoundFormat
| Enumerator |
|---|
| SoundFormat_Invalid | |
| SoundFormat_LPCM | |
| SoundFormat_ADPCM | |
◆ DECLARE_LOG_CATEGORY_EXTERN()