Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Elcafe

  1. Elcafe

    Looping sound gap

    yeah, the trouble was in the loop thanx a bunch! So it is some what impossible to do a loop with a mp3, beacause the way the mp3 compress, leaving a little blank at the beginning and the end?
  2. Elcafe

    Looping sound gap

    hehe ok, i thought it was in action script! Ok i converte the mp3 in .wav, and drag it on the secene bla.... and i still hear that gap Im clueless
  3. Elcafe

    Looping sound gap

    yeah, its a fairly short loop, about 20 sec. Im trying to play the .wav the same way as i did with the mp3, but it doesnt play at all. Is there a different way with a .wav?
  4. Elcafe

    Looping sound gap

    Thanx for the reply, i tried it and it still doesnt do it quite right, beside,the quality of the loop using a .wav is pretty bad... Would it be the same procedure for a .wav? Any other work around?
  5. Elcafe

    Looping sound gap

    theres a gap when i try to loop a beat sample, heres the code : var myBeat = new Sound(); myBeat.loadSound("beat2.mp3",false); myBeat.start(0,50); Thanx Korivo

Part and Inventory Search

Back
Top