HDMI Spec

Audio Clock Regeneration

  • Audio data being carried across the HDMI link, which is driven by a TMDS clock running at a rate corresponding to the video pixel rate, does not retain the original audio sample clock. The task of recreating this clock at the Sink is called Audio Clock Regeneration.

  • coherent clocks :In many video source devices, the audio and video clocks are generated from a common clock

  • The Source shall determine the fractional relationship between the TMDS clock and an audio reference clock (128 *audio sample rate [fs]) and shall

    pass the numerator and denominator of that fraction to the Sink across the HDMI link.

  • The Sink may then recreate the audio clock from the TMDS clock by using a clock divider and a clock multiplier.

    • fs : audio sample rate
    • N: 在video和audio用同一个clock的情况下, N的定义是在spec推荐的表中Recommended N and Expected CTS,不同一个clock的情况下需要计算(N = 128*fs / 1000Hz)
    • CTS: 等于 (fTMDS_clock* N ) / (128 · fs)
  • Typically, this value N will be used in a clock divider to generate an intermediate clock that is slower than the 128·fs clock by the factor N.

  • The Source will typically determine the value of the denominator CTS (Cycle Time Stamp) by counting the number of TMDS clocks in each of the 128·fs/N clocks.

参考文档

  • High-Definition Multimedia Interface Specification Version 1.3
相关推荐
hahaha 1hhh11 小时前
中文乱码 ubuntu autodl
linux·运维·前端
计算机安禾11 小时前
【Linux从入门到精通】第37篇:NFS网络文件系统——无状态的数据共享
linux·网络·php
暴力求解11 小时前
Linux---保存信号
linux·运维·服务器·开发语言·操作系统
Bruce_Liuxiaowei11 小时前
CVE-2026-31431 (Copy Fail) 漏洞复现与验证记录
linux·安全·漏洞复现·cve-2026-31431
bqq1986102611 小时前
Ubuntu vs CentOS
linux·服务器
WHS-_-202212 小时前
Tensor-Based Target Sensing for Resource-Irregular ISAC Systems
linux·人工智能·算法
雨声不在12 小时前
linux Copy Fail
linux·服务器
Gary Studio12 小时前
Selinux编写
linux·服务器·前端
Danileaf_Guo12 小时前
手搓KVM虚拟化!Ubuntu 26.04 + KVM 7.0.0,告别VMware的低成本玩法
linux·运维·服务器·ubuntu
wuminyu12 小时前
专家视角看Java多态性的底层基石vtable(虚函数表)构建过程解析
java·linux·c语言·jvm·c++