can i insert audio visualization in my project?
have exist a plugin or flash file?
![]()
Professional Software Development Tools
can i insert audio visualization in my project?
have exist a plugin or flash file?
![]()
Hello,
Could you please clarify your question?
You can certainly include Flash files in your project, if that is what you want to do.
Regards,
Desmond.
I think what he wants to do is to show audio waveform data (or peak data).
Well unless Worm or someone comes with a plugin, I think not.
Never know what life is gonna throw at you.
(Based on a true story.)
Oh, I understand -- there's no built-in function to do that. You could find a Java applet and show it in a Web object, or a flash file and show it in a Flash object (As you've suggested) -- but I don't know of any available off the top of my head.
Maybe for worm's next DLL ...![]()
Imagine Nullsoft's Milkdrop as an AMPS plugin... now that would be awesome!
(note that Milkdrop's source code is freely available)
Never know what life is gonna throw at you.
(Based on a true story.)
Well I can create peak files for swf player and may can be read with some action using fscommand but... I'm not sure. What kind of visualization are you trying to get?
I think he wants to have the same effect that WMP, Winamp, and others have. They show a "Visualization" in the video panel that "pulse" with the audio beat. They usually have several theme options that the user can choose.
Yes I understand wht he means but may one specific visualisation can be wanted and May i gan do it for him
audio visualization
this object have exsit in multi media bulder 4.9
for example : winamp audio visualization
a "Visualization" in the video panel that "pulse" with the audio beatVery interesting..to show audio waveform data (or peak data)
You can make gif image or swf file
Play Button On Click:
Stop Button On Click:Code:MediaPlayer.Play("mediaplayer"); Image.SetVisible("Image1",true);
Pause Button On Click:Code:MediaPlayer.Stop("mediaplayer"); Image.SetVisible("Image1",false);
orCode:MediaPlayer.Pause("mediaplayer"); Image.SetVisible("Image1",false);
Code:mp_state = MediaPLayer.GetState("mediaplayer"); if (mp_state <= 1) then Image.SetVisible("Image1",false); else Image.SetVisible("Image1", true);
Why not try the [macronaut] hub
http://toxi.co.uk/hub/
its something you could use perhapse, even comes with source code
Here comes an example of using flash to do what you wanted. I don't knwo a way to do it in AMS but there's a way to do it in flash.
This project comes with 2 songs check it.
http://dl2.uploadgalaxy.com/files/56...audio.rar.html
(this is not animated in flash, it's script but can be not very accurate in some cases)