Runtime/Audio/Public/AudioAsset.h file

Classes

struct SoundAsset

Functions

auto LoadSound(const char* path) -> SoundAsset*
void FreeSound(SoundAsset* asset)
auto ExportTnxAudio(const char* srcPath, const char* dstPath) -> bool