PDA

View Full Version : can i insert audio visualization in my project?


gbdor
06-07-2006, 08:57 AM
can i insert audio visualization in my project?
have exist a plugin or flash file?
:rolleyes

Desmond
06-07-2006, 10:11 AM
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.

Tek
06-07-2006, 10:25 AM
I think what he wants to do is to show audio waveform data (or peak data).

bule
06-07-2006, 10:27 AM
Well unless Worm or someone comes with a plugin, I think not.

Desmond
06-07-2006, 10:30 AM
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 ... :)

bule
06-07-2006, 11:24 AM
Imagine Nullsoft's Milkdrop (http://www.nullsoft.com/free/milkdrop/) as an AMPS plugin... now that would be awesome!

(note that Milkdrop's source code is freely available)

Josué Alba
06-07-2006, 11:31 AM
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?

Roboblue
06-07-2006, 12:34 PM
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.

Josué Alba
06-07-2006, 01:21 PM
Yes I understand wht he means but may one specific visualisation can be wanted and May i gan do it for him

gbdor
06-07-2006, 03:46 PM
audio visualization
this object have exsit in multi media bulder 4.9
for example : winamp audio visualization

Mina
06-08-2006, 01:56 AM
a "Visualization" in the video panel that "pulse" with the audio beat
to show audio waveform data (or peak data)

Very interesting..

gbdor
06-08-2006, 05:10 AM
http://i5.tinypic.com/122nts7.jpg :rolleyes

a3uk
06-08-2006, 06:26 AM
You can make gif image or swf file

Play Button On Click:
MediaPlayer.Play("mediaplayer");
Image.SetVisible("Image1",true);

Stop Button On Click:
MediaPlayer.Stop("mediaplayer");
Image.SetVisible("Image1",false);

Pause Button On Click:
MediaPlayer.Pause("mediaplayer");
Image.SetVisible("Image1",false);

or
mp_state = MediaPLayer.GetState("mediaplayer");
if (mp_state <= 1) then Image.SetVisible("Image1",false);
else Image.SetVisible("Image1", true);

Wonderboy
06-08-2006, 07:33 AM
Why not try the [macronaut] hub
http://toxi.co.uk/hub/
its something you could use perhapse, even comes with source code

Josué Alba
06-08-2006, 10:08 AM
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/56abed7747c3/gdor_audio.rar.html

(this is not animated in flash, it's script but can be not very accurate in some cases)

gbdor
06-08-2006, 03:49 PM
these is created by MMB
http://img.majidonline.com/pic/42022/1.JPG
http://img.majidonline.com/pic/42024/2.JPG

Josué Alba
06-08-2006, 04:23 PM
no, this is flash.

and I'm trying to help no need to be rude.

Josué Alba
06-08-2006, 04:42 PM
http://nightlords.getdata.be/flash/

Intrigued
06-08-2006, 05:47 PM
http://nightlords.getdata.be/flash/

:yes

Done in a Flash no less?

:D

goukilord10
06-18-2006, 10:16 PM
well if you could provide us with the ams source or a tutorial it will be great :)
id love to add this in my music player.

AGRO
06-19-2006, 07:29 AM
It is not just yet available. This is the coding of Flash 9 with actionscript 3.

http://www.sephiroth.it/weblog/archives/2006/05/as3_soundmixer_my_turn.php

AGRO
06-20-2006, 06:57 PM
OR this using flash:

http://www.smartwin.com.br/index.htm