im trying to play it like

im trying to play it like this
try {
FileInputStream fis = new FileInputStream("data/bling.ogg");
OggClip clip = new OggClip(fis);
clip.play();
} catch (IOException e) {
e.printStackTrace();
}

runs without exceptions, but i cant hear anything.

Reply

*
*
The content of this field is kept private and will not be shown publicly.

*

  • Lines and paragraphs break automatically.