如何在 AS3/Flex 中创建音调计/分析器?

发布于 2024-11-29 17:13:37 字数 91 浏览 1 评论 0原文

AS3 或 Flex:如何创建音调计/分析器?是否可以?

如何在flex或AS3上创建音调分析器?你有什么想法吗?或者有没有类似的软件可以在网站上使用?

AS3 or Flex : How to create a voice pitch meter/analyzer? Is it possible?

How to create voice pitch analyzer on flex or AS3? do you have any idea? or is there any software like this that can be used on a web site?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七堇年 2024-12-06 17:13:37

我会尝试一下...也许这篇关于在 AS3 中分析声音的文章可能会有所帮助。

另一个computeSpectrum()示例

这是分析的可视化部分。理论上它会接收任何声音数据。你的应用程序的一部分是文件 I/O 进入一个可以使用它的声音对象。

这是另一篇文章

教程 – 使用 AS3 进行频谱分析仪

I'll take a stab at this... maybe this article on analyzing sound in AS3 might be helpful.

Another computeSpectrum() Example

This is the visual part of the analysis. It would theoretically take in any Sound data. The part of your app would be file I/O getting into a sound object that would work with this.

Here's another article

Tutorial – Spectrum analyzer with AS3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文