gpt4 book ai didi

swift - 获取CPU时钟时间AVAudioEngine

转载 作者:搜寻专家 更新时间:2023-11-01 07:32:16 27 4
gpt4 key购买 nike

如何在运行的 AVAudioEngine 上获取时钟时间或采样准确时间?

最佳答案

来自文档:

The AVAudioEngine class defines a group of connected AVAudioNode objects, known as audio nodes. You use audio nodes to generate audio signals, process them, and perform audio input and output.

对于时钟和/或采样时间,您需要调用 lastRenderTime在有效的 AVAudioNode 实例上。

lastRenderTime 方法返回 AVAudioTime目的。使用 AVAudioTime,您可以检索时间:

  1. sampleTime 将返回采样时间为 sampleTimeValid 返回 YES
  2. 如果 hostTimeValid 返回 `YES,
  3. hostTime 将返回主机时间。

关于swift - 获取CPU时钟时间AVAudioEngine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31856331/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com