Skip to main content

CustomerProvidedAudioMetadata Objects

class CustomerProvidedAudioMetadata(BaseDTO)
Media metadata for an audio file. The Encord platform uses the specified values instead of scanning the files.

duration

Audio duration in (float) seconds.

file_size

Size of the audio file in bytes.

mime_type

MIME type of the audio file (for example: audio/mpeg or audio/wav).

sample_rate

Sample rate (int) in Hz.

bit_depth

Size of each sample (int) in bits.

codec

Codec (for example: mp3, pcm).

num_channels

Number of channels
โŒ˜I