English 中文(简体)
AS3:通过一个渠道对声音频谱进行分析。
原标题:AS3: Analyzing sound spectrums one by one, one channel at once

I know the SoundMixer.computeSpectrum and Sound.extract() methods , but those methods deal with the total sound output. Instead, is there a way to deal with every single SoundChannel, so as to provide a graphical visualization of each of them?

最佳回答

我担心这是不可能的。 事实上,计算法甚至贬低了你自己的渠道,但分析了闪电的捕获量。 当声音在不同地点起作用,造成交叉问题时,这便会消失。

我猜测,你最好尝试使用和穿透音响。

h)

问题回答

暂无回答




相关问题
Playing a Sound With Monotouch

No matter what I try (build -> content, NSUrl, filename) I get a null exception : file not found when I try to play a .caf sound file in monotouch. //var path = NSBundle.MainBundle.PathForResource("...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

Play sound in iPhone web app with Javascript?

I m currently creating an iPhone web application for piano chords, and I wanted to add an option that would let the user press a Play button and play the selected chord. However, I m not sure how to ...

热门标签