返回介绍

Microphone.GetPosition 获取位置

发布于 2019-12-18 15:38:02 字数 1043 浏览 1711 评论 0 收藏 0

JavaScript => public static function GetPosition(deviceName: string): int;
C# => public static int GetPosition(string deviceName);

Parameters 参数

deviceNameThe name of the device.

Description 描述

Get the position in samples of the recording.

在记录的样品中获取位置。

If you pass a null or empty string for the device name then the default microphone will be used. You can get a list of available microphone devices from the devices property.

如果你传递的设备名称是一个无效或者空字符串那么默认麦克风将会被使用。你可以从设备属性中获取可用麦克风设备列表。

You can use this to control latency. If you want a 30ms latency, poll GetPosition() until 30ms (in samples) has gone and then start the audio.

你可以使用该属性去控制延迟。如果你想要延迟30毫秒,轮询GetPosition(),直到30 ms(样本)过后,然后启动音频。

microphone

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

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

发布评论

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