gtreshchev / RuntimeAudioImporter

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
MIT License
308 stars 67 forks source link

C++ Example in the docs shows old enum name #35

Closed hyunkelw closed 1 year ago

hyunkelw commented 1 year ago

Hi, your documentation page, specifically the page https://github.com/gtreshchev/RuntimeAudioImporter/wiki/Example-for-importing-audio-data shows a C++ example that is outdated: it references an enum named ETranscodingStatus that has been renamed to ERuntimeImportStatus in commit 185d59b on 2023/01/23. Could you please fix it?

Cheers Willy

gtreshchev commented 1 year ago

Updated, thanks for letting me know.