开发者

How to create a voice pitch meter/analyzer in AS3/Flex?

开发者 https://www.devze.com 2023-03-28 06:52 出处:网络
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 ide开发者_如何学运维a? or is there any software like this

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 ide开发者_如何学运维a? or is there any software like this that can be used on a web site?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消