Audio Clip Asset Metadata is a component that will populate itself with different small bits of information about an audio clip, also known as metadata.
The metadata will be the default values until an audio clip is provided, which will then populate the data.
|Channels|ChannelConfiguration| The audio channel configuration the audio was recorded in.
|ChannelCount|Int|
|ChannelCount|Int| How many channels are in the audio recording. usually 1 channel for mono or 2 channels for L and R Stereo.
|SampleCount|Int|
|SampleCount|Int| how many total samples the audio clip has
|Duration|Double|
|Duration|Double| How long the audio clip is in seconds.
|Extension|String|
|Extension|String| the extension of the file type the audio was recorded in.
|CodecInfo|String|
|CodecInfo|String| The codec the audio is written in like WAV or FLAC and the quality of the audio.
|FullyDecoded|Bool|
|FullyDecoded|Bool| If the audio is loaded or not and decoded (Waveform visible)
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{Stub}}
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{Stub}}
<!--T:5-->
<!--T:5-->
Revision as of 03:40, 14 February 2024
Component image
Audio Clip Asset Metadata component as seen in the Scene Inspector
Audio Clip Asset Metadata is a component that will populate itself with different small bits of information about an audio clip, also known as metadata.
The metadata will be the default values until an audio clip is provided, which will then populate the data.