> 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)
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