• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Sound API Problems

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I'm trying to add some sound to this game that I am writing, and I've decided to use the Java Sound API for it. I'm able to play the sound that I want to when I call the function, but it won't respond after that . I've tried clip.setFramePosition(0) to reset the playhead, but that doesn't work. here's a link to the code that I'm trying to use:
mercurium.net/Sound.java
I suppose I can just use the java.applet.AudioClip interface, but I've been told that I'm limited to 8bit sound with that.

Any help would be appreciated.
 
Rich Young
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nevermind, problem solved! It would help if I didn't close the file after it plays :roll:
reply
    Bookmark Topic Watch Topic
  • New Topic