Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
UConstantQAnalyzer calculates the temporal evolution of constant q transform for a given audio bus in real-time. ConstantQ is available for individual channels or the overall audio bus.
| Name | UConstantQAnalyzer |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/ConstantQ.h |
| Include Path | #include "ConstantQ.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class UConstantQAnalyzer : public UAudioAnalyzer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzer → UConstantQAnalyzer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UConstantQAnalyzer() |
ConstantQ.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnConstantQResults | FOnConstantQResults | Delegate to receive all Spectrum results, per-channel, since last delegate call. | ConstantQ.h |
|
| OnConstantQResultsNative | FOnConstantQResultsNative | ConstantQ.h | ||
| OnLatestConstantQResults | FOnLatestConstantQResults | Delegate to receive the latest per-channel Spectrum results. | ConstantQ.h |
|
| OnLatestConstantQResultsNative | FOnLatestConstantQResultsNative | ConstantQ.h | ||
| Settings | TObjectPtr< UConstantQSettings > | The settings for the audio analyzer. | ConstantQ.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetCenterFrequencies
(
UPARAM(DisplayName="Center Frequencies") TArray< float >& OutCenterFrequencies |
ConstantQ.h |
|
|
UPARAM
(
DisplayName |
ConstantQ.h |
|
Overridden from UAudioAnalyzer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BroadcastResults() |
Broadcasts results to any delegates if hooked up. | ConstantQ.h | |
virtual TUniquePtr< Audio::IAnalyzerSettings > GetSettings
(
const int32 InSampleRate, |
Convert UConstantQSettings to FConstantQSettings | ConstantQ.h |
Protected
Overridden from UAudioAnalyzer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetAnalyzerFactoryName() |
Return the name of the IAudioAnalyzerFactory associated with this UAudioAnalyzer | ConstantQ.h |