Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorak0 committed Jul 20, 2024
1 parent 7d9ed84 commit 3681f9b
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions content/posts/20211130195311-low_latency_audio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
+++
title = "low_latency_audio"
date = 2021-11-30T19:53:00+08:00
tags = ["PUBLIC"]
draft = false
+++

当我们讨论元宇宙的时候,能不能先把线上讨论的音频延迟问题解决。。。

这个问题解决是乐观的,因为我们通常认为影响延迟的部分(真实的网络延迟,中美做到200ms并不难,但是做到100ms几乎在物理上是不可能的)在这个问题里面并不占主要部分。

<!--more-->


## 腾讯语音 {#腾讯语音}

{{< figure src="/ox-hugo/2024-07-20_11-53-29_screenshot.png" >}}

\\[1.571-0.047=0.524s\\]


## 腾讯会议 {#腾讯会议}

![](/ox-hugo/2024-07-20_11-55-01_screenshot.png)
\\[1.563-1.173=0.390s\\]


## 电话 {#电话}

![](/ox-hugo/2024-07-20_11-55-45_screenshot.png)
\\[1.652-1.329=0.321s\\]


## lltalk {#lltalk}

![](/ox-hugo/2024-07-20_11-56-44_screenshot.png)
\\[2.173-2.145=0.028s\\]
Binary file added static/ox-hugo/2024-07-20_11-53-29_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/ox-hugo/2024-07-20_11-55-01_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/ox-hugo/2024-07-20_11-55-45_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/ox-hugo/2024-07-20_11-56-44_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3681f9b

Please sign in to comment.