Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'LKFSNRTResults' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | LKFSNRTResults |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Channel | The audio channel index which produced this result. If -1, thenthe data was produced by combining all other audio channels |
| real | Timestamp | Time in seconds of the source audio which corresponds to the loudness measurements. |
| real | Energy | The instantaneous, perceptually weighted energy. |
| real | Loudness | The instantaneous, perceptually weighted loudness. |
| real | Short Term Loudness | The average loudness over a short term window of time. |