Re: Problem playing audio file from an application.

1998-08-26 Thread peter . pilgrim
> Hello, > > I'am trying to play a simple audio(.au) file from an application. When I run my > application I only hear the beginning of the audio file. Here is the program. > > import sun.audio.*; > import java.io.*; > > public class Sound { > > public void play(String soundfile)

Problem playing audio file from an application.

1998-08-20 Thread niessene
Hello, I'am trying to play a simple audio(.au) file from an application. When I run my application I only hear the beginning of the audio file. Here is the program. import sun.audio.*; import java.io.*; public class Sound { public void play(String soundfile){ File