• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Swing/Sound

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

I working with sound files.
I am using JMF(Java media frame work).
I pass a array of sound files. The
setFileName("01.wav");
newmediaPalyer.start();
So at the enfOfMediaEvent i increment the count so that the next sound file is played & it goes on.
Everthing is perfect but the last sound file in the array gets cut & a word at the last is missing.What should i do for it.
Can u pl.. help me find out it.
with regards,
Sonara.
 
reply
    Bookmark Topic Watch Topic
  • New Topic