返回介绍

AudioSource.PlayDelayed 延迟播放

发布于 2019-12-18 15:37:24 字数 1278 浏览 1091 评论 0 收藏 0

JavaScript => public function PlayDelayed(delay: float): void;
C# => public void PlayDelayed(float delay);

Parameters 参数

delayDelay time specified in seconds.
指定延迟时间,单位秒

Description 描述

Plays the clip with a delay specified in seconds. Users are advised to use this function instead of the old Play(delay) function that took a delay specified in samples relative to a reference rate of 44.1 kHz as an argument.

播放一个带有指定延迟的音频剪辑,单位秒。建议用户替代老函数Play(delay),接受指定采样相对于44.1 kHz参考速率作为参数延迟。

Note: This function replaces the Play(delay) function when called with the delay-argument. In that function the delay had to be specified as samples relative to a reference rate of 44100. This is inconvenient when the engine is running on a different sample rate and the source sound has an even different rate. Working with delays specified in seconds makes this independent of these.

注意,当播放调用带有延迟参数时,这个函数替代Play(delay)函数。在该函数延迟参数必须被指定为相对于44100的参考速率的采样。当引擎运行不同的采样率是很不方便的,并且声源甚至有不同的速率;运行指定的延迟使这些都相对独立。

AudioSource

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文