Yes I had audio clips in application being garbled and looping at
arbitary points for odd reasons (bad for java games).
I thought it was because the data was never being completely loaded.
Ah, maybe I should look `MediaTracker'. Implement Audio version of
Swing/JFC ImageIcon class. However I realized this class only works
with images in JDK1.1 ;-(.
MediaTracker
o Supports audio clips
AudioSoundClip
o notified via observer when sound finished playing.
dream on ("sigh")
______________________________ Reply Separator _________________________________
Subject: Re: Bug in v4a?
Author: sbb ([EMAIL PROTECTED]) at lon-mime
Date: 07/10/98 07:10
[EMAIL PROTECTED] writes:
> Hello,
>
> I installed the latest jdk. With this jdk I get a thread dump (see below) usi
ng
> the following native code (just parsing a string). With jdk1.1.6-v2 it worked
--<snip>--
> I also removed the libc and libdl in the greenthreads directory, but without
any
> success. Using libc.so.5.4.46 and libdl.so.1.9.2.
>
> I have also a problem with drawImage(image, x, y, null) in v4a. In
v2 I can
--<snip>--
see below.
> And my last problem is playing an audio (.au) file in an application. For thi
s I
> use the audio package from sun. Sometimes it plays only the first part of the
> audio file.
v5 will be out in a day or so. It fixes some problems with audio files. It
fixes behavior with window managers. It includes fixes for JNI behavior.
Please try it out and let us know if there are still any problems for you.
Steve