Re: sound blocking in java

2001-10-08 Thread dman
On Mon, Oct 08, 2001 at 03:59:30PM -0400, [EMAIL PROTECTED] wrote: ... I don't have a strong opinion at the moment as to whose responsibility it is, but maybe the following (untested) code snippet will help you. | in the case of it being my responsibility to open it non-blocking, how | would i

sound blocking in java

2001-10-08 Thread glynis
a while back, there was a thread about mozilla starting slowly, and it was attributed to a poorly-written shockwave plugin which tried to open the sound device when mozilla started. this open blocked if the sound device was being used by something else, and made mozilla's startup wait until the so