unreal.LKFSResults¶
- class unreal.LKFSResults(channel: int = 0, timestamp: float = 0.0, energy: float = 0.0, loudness: float = 0.0, short_term_loudness: float = 0.0, integrated_loudness: float = 0.0, gated_loudness: float = 0.0)¶
Bases:
StructBaseData representing the instantaneous loudness of a audio.
C++ Source:
Plugin: AudioSynesthesia
Module: AudioSynesthesiaCore
File: LKFSFactory.h
Editor Properties: (see get_editor_property/set_editor_property)
channel(int32): [Read-Write] The audio channel index which produced this result. If -1, then the data was produced by combining all other audio channelsenergy(float): [Read-Write] The instantaneous, perceptually weighted energy relative to full scale.gated_loudness(float): [Read-Write] The average gated loudness over a long term window of time in dB.integrated_loudness(float): [Read-Write] The average loudness over a long term window of time in dB.loudness(float): [Read-Write] The instantaneous, perceptually weighted loudness in dB.short_term_loudness(float): [Read-Write] The average loudness over a short term window of time in dB.timestamp(float): [Read-Write] Time in seconds of the source audio which corresponds to the loudness measurements.
- property channel: int¶
[Read-Only] The audio channel index which produced this result. If -1, then the data was produced by combining all other audio channels
- Type:
(int32)
- property energy: float¶
[Read-Only] The instantaneous, perceptually weighted energy relative to full scale.
- Type:
(float)
- property gated_loudness: float¶
[Read-Only] The average gated loudness over a long term window of time in dB.
- Type:
(float)
- property integrated_loudness: float¶
[Read-Only] The average loudness over a long term window of time in dB.
- Type:
(float)
- property loudness: float¶
[Read-Only] The instantaneous, perceptually weighted loudness in dB.
- Type:
(float)