IAudioBufferListener

Simple interface class to allow objects to route audio between them.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/Components/SynthComponent.h

Include

#include "Components/SynthComponent.h"

Syntax

class IAudioBufferListener

Remarks

Simple interface class to allow objects to route audio between them.

Functions

Name Description

Public function

void

 

OnGeneratedBuffer

(
    const float* AudioBuffer,
    const int32 NumSamples,
    const int32 NumChannels
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss