Skip to main content

module  pixeltable.functions.audio

Pixeltable UDFs for AudioType.

udf  get_metadata()

Gets various metadata associated with an audio file and returns it as a dictionary. Parameters:
  • audio (Audio): The audio to get metadata for.
Returns:
  • Json: A dict such as the following:
Examples: Extract metadata for files in the audio_col column of the table tbl:
Last modified on January 15, 2026