Skip to main content
Inspiring
June 14, 2010
Question

Audio editor

  • June 14, 2010
  • 1 reply
  • 744 views

Hi,

Isn't possible to edit an audio file using flash as3. I mean the user dhould be able to select a few portion of audio file, then he needs to edit that portion.

Can anybody help me?

Regards,

Sreelash

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 14, 2010

if you mean to really edit a sound file, that's an advanced topic.

you'll need to use the bytearray class and, i think, you'll need to create a fft.

if you're just trying to make it appear the user is editing a sound file, you can do some things using the flash sound classes.

SreelashAuthor
Inspiring
June 15, 2010

Hi,

What is the "fft" that you have mentioned above?

Regards,

Sreelash

kglad
Community Expert
Community Expert
June 15, 2010

fft=fast fourier transform.