Jump to content


Photo

Flex Simultaneous MP3's


  • Please log in to reply
No replies to this topic

#1 slayterson

slayterson

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 14 July 2010 - 02:52 PM

I am trying to play 5 tracks at once. I'm making a small audio editor using flash builder and flex 4.0.

My problem is that my audio tracks are delayed by a few miliseconds. How can I align them up?

instrumentalChannel = sound1.play(0, 0, new SoundTransform(instrumentalOptions));
vocalChannel = sound2.play(0, 0, new SoundTransform(vocalOptions));
supranoChannel = sound3.play(0, 0, new SoundTransform(supranoOptions));
tenorChannel = sound4.play(0, 0, new SoundTransform(tenorOptions));
altoChannel = sound5.play(0, 0, new SoundTransform(altoOptions));

Edited by slayterson, 14 July 2010 - 02:53 PM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users