Skip to main content

Overview

Checks whether the video’s audio matches a provided reference audio file.

Configuration

config.reference_audio
string
required
GCS URI of the reference audio file.Allowed extensions: mp3, wav, aac, flac

Example Configuration

Result Schema

Interpreting Results

  • similarity: Match score against the reference audio; compared to threshold for pass/fail.
  • time_offset_sec: Where the best match begins within the reference audio (if found).
  • clip_duration_sec/ref_duration_sec: Durations used to contextualize the match.