GetImportedSoundWaveData

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Const

bool

 

GetImportedSoundWaveData

(
    TArray< uint8 >& OutRawPCMData,
    uint32& OutSampleRate,
    uint16& OutNumChannels
)

Utility which returns imported PCM data and the parsed header for the file.

Public function Const

bool

 

GetImportedSoundWaveData

(
    TArray< uint8 >& OutRawPCMData,
    uint32& OutSampleRate,
    TArray< EAudioSpeakers >& OutChann...
)

Utility which returns imported PCM data and the parsed header for the file.