Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- FLogCategoryBase
- FLogCategory
- FLogCategoryLogMediaIOAudioDebug
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOAudioDebug.h |
| Include | #include "MediaIOAudioDebug.h" |
Syntax
struct FLogCategoryLogMediaIOAudioDebug : public FLogCategory< ELogVerbosity::Log, ELogVerbosity::All >
Remarks
Single header drop in file to help diagnose audio issues
Usage:
Copy and paste this file where needed.
Gather a single channel from the audio data into an array
Add MEDIA_IO_DUMP_AUDIO(YourArray)
At runtime in the console command, enter MediaIO.DumpAudio
This will generate a .csv and .wav file in your project's saved folder under the "AudioDumps" folder.
Current limitations: Only handles mono input at the moment, assumes 48000 sample rate.
Constructors
| Type | Name | Description | |
|---|---|---|---|