Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
UOnsetNRT calculates the temporal evolution of constant q transform for a given sound. Onset is available for individual channels or the overall sound asset.
| Name | UOnsetNRT |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/OnsetNRT.h |
| Include Path | #include "OnsetNRT.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class UOnsetNRT : public UAudioSynesthesiaNRT
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzerAssetBase → UAudioAnalyzerNRT → UAudioSynesthesiaNRT → UOnsetNRT
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UOnsetNRT() |
OnsetNRT.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | TObjectPtr< UOnsetNRTSettings > | The settings for the audio analyzer. | OnsetNRT.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns onsets which occured between start and end timestamps. | OnsetNRT.h |
|
|
| Get a specific channel cqt of the analyzed sound at a given time. | OnsetNRT.h |
|
Overridden from UAudioAnalyzerNRT
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< Audio::IAnalyzerNRTSettings > GetSettings
(
const float InSampleRate, |
Convert ULoudnessNRTSettings to FLoudnessNRTSettings | OnsetNRT.h | |
virtual bool ShouldEventTriggerAnalysis
(
FPropertyChangedEvent& PropertyChangeEvent |
OnsetNRT.h |
Overridden from UAudioAnalyzerAssetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetAssetActionName() |
OnsetNRT.h | ||
virtual UClass * GetSupportedClass() |
OnsetNRT.h |
Protected
Overridden from UAudioAnalyzerNRT
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetAnalyzerNRTFactoryName() |
Return the name of the IAudioAnalyzerNRTFactory associated with this UAudioAnalyzerNRT | OnsetNRT.h |