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
相关推荐
带土115 分钟前
7. 线程编程(线程概念和创建)
linux
华清远见IT开放实验室21 分钟前
硬核根基,智能载体:华清远见嵌入式“硬件+仿真+课程+师资”产教融合与实践教学方案
linux·人工智能·stm32·物联网·嵌入式·虚拟仿真
Anthony_23123 分钟前
Linux 防火墙完全指南:从 iptables 到 firewalld
linux·运维·服务器
月走乂山24 分钟前
Linux 服务器安装 CC Switch GUI 工具 + VNC 远程桌面完整教程
linux·运维·服务器
手可摘星辰的少年42 分钟前
二级指针到底在改什么?——从C语言基础到Linux内核文件系统注册机制
linux
wanQQ1 小时前
在 KDE 中将 Nemo 设为默认文件管理器后,浏览器仍调用 Dolphin 的解决方案
linux
认真的薛薛1 小时前
Linux基础:GitOps发布流程
java·linux·运维
dislike_shuati1 小时前
Ubuntu18多用户情况一用户桌面卡死,鼠标能动但点击没用——解决办法
linux·运维·服务器
Yeats_Liao1 小时前
物联网接入层技术剖析(四):当epoll遇见MQTT
java·linux·服务器·网络·物联网·架构
zzzyyy5382 小时前
利用AI整理进程池创建的思路和细节
linux