本文介绍了使用AS3我想要做慢动作,快进,快退音频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用Google搜索AS3音频慢动作快进快退,只有相关的这个发现:playing慢动作,快进,快退在视频播放器中Flash视频播放器,该简单介绍一下如何快进和快退视频,以及两种选择对视频做慢动作会谈。我只需要音频,虽然。

I googled "as3 audio slow motion fast forward rewind" and found only this of relevance: playing slow motion, fast forward , rewind in a video player in flash video player, which briefly talks about how to fast forward and rewind a video as well as two options for doing slow motion on video. I only need audio, though.

我想我可能能够做到快进和停止的SoundChannel然后播放声音在使用addEventListener(Event.ENTER_FRAME,〜)不同的位置后退,但我如何申请的意见完全丧失关于慢动作。

I think I might be able to do fast forward and rewind by stopping the SoundChannel and then playing the sound at a different position using addEventListener(Event.ENTER_FRAME, ~), but I'm completely lost on how to apply the advice regarding slow motion.

附注:我使用Flash CS5.5和所有我想要操作已经在库中的声音 - 我不知道这是在所有相关的,但是...嗯...是啊...

Side note: I use Flash CS5.5 and all the sounds I want to operate on are already in the library - I'm not sure if that's at all relevant, but... uh... yeah...

SOS

推荐答案

这看好: http://blog.andre-michelle.com/2009/pitch-mp3/

这篇关于使用AS3我想要做慢动作,快进,快退音频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!