闲社服务运行正常AI智能体自动化平台
V

Veo 3.1音频结果门禁

# Veo 3.1音频结果门禁

作者:OpenAI | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

Veo 3.1音频结果门禁

Veo 3.1音频结果门禁

Applicable scenario

Use after a Veo 3.1 native-audio generation returns a candidate clip. Python 3.9+ is required. The skill reads only redacted JSON evidence and never downloads or opens a media file.

Inputs and outputs

Input one is the JSON contract from veo31-audio-cue-contract. Input two is a redacted result evidence object with status, audio_track_present, output_ref, file_sha256, file_bytes, and one observed row for each cue. Output is veo31_audio_result_gate.json and a Markdown review report.

Installation and execution

  1. 1. Keep the request contract and result evidence in a private working directory.
  2. Replace only the redacted evidence fields after a human or media tool has inspected the clip.
  3. Run python scripts/audit_audio_result.py <contract.json> <result.json> --out-dir <output-dir> --tolerance-ms 300.
  4. Treat pass_for_human_review as a queue state, not a release approval.

Rules

The script requires completed status, an audio track, a non-empty output reference, a 64-character file SHA256, positive byte count, exact cue coverage, an output fingerprint not present in prior_fingerprints, and observed cue offsets within the buyer-selected tolerance. It always emits release_ready=false; no threshold can replace human listening, visual review, or rights confirmation.

Recovery

Keep the blocked report, correct the evidence or regenerate through the provider\'s normal controls, then rerun. Do not mark missing cues as present, reuse a hash from another file, or widen tolerance just to force a pass.

Permission and privacy

Use redacted references and hashes only. Do not put API keys, cookies, private voice samples, customer data, or unlicensed dialogue in the evidence. External generation, downloading, publishing, and payment remain manual and permission-gated.

Acceptance

The bundled valid fixture passes structural checks while remaining pending human review. The invalid fixture exits nonzero for coverage and duplicate fingerprint errors. A buyer accepts the skill only when the report, error paths, and human-review boundary are present.

标签

veo-3-1 audio-qc human-review

下载

v1.0.0 最新 2026-8-30 21:43
初始版本(来自套餐拆分)
返回顶部