Re: JavaSound in general

2001-04-25 Thread Uncle George
Did u say u herd clicks ? If u did, then i dont think that is an underrun problem. The kernel, on underrun, actually keeps on feeding the device with silence. The problem with that was the the number of bytes processed by the device, can become larger that the numbers of bytes the pgm actually

Re: JavaSound in general

2001-04-25 Thread Uncle George
I have not seen this in general, at least not in the java/linux's that i have created ( for alpha platforms though ) . But then I have been running the java2demo application, which only ran at 22khz/stereo/16bit. maybe i'll get your demo pgm, if only i can find a legit ( to have ) mp3 file. /gat

Re: JavaSound in general

2001-04-25 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > In general what u hear are underrun errors ( where the sound device is not > feed fast enough ). Sorry, meant to say "underrun" in my previous mail. Overruns aren't a problem of course :) > second generalization is that the linux/sound is not a

Re: JavaSound in general

2001-04-25 Thread Uncle George
In general what u hear are underrun errors ( where the sound device is not feed fast enough ). second generalization is that the linux/sound is not a real-time system - an active swap can really do ur program, as well as the proper feeding of the device, "in" . Higher priority tasks can also caus

JavaSound in general

2001-04-25 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am wondering; am I the only one who has quality problems with JavaSound output? I keep seeing things tested with Linux and so on, but no where does anyone mention any quality problems. In all versions of the JDKs I've tried it (and that's

Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
On Wed, 25 Apr 2001, Nathan Meyers wrote: > On Wed, Apr 25, 2001 at 03:06:16PM +0800, Chao Liu wrote: > > Is the asimov is your computer name in the net. But after I use export >DISPLAY=mycomputername:0.0 > > error: > > _X11TransSocketINETConnect: Can't connect: errno = 111 > > _X11TransSocketIN

Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
On Wed, 25 Apr 2001, Chao Liu wrote: > Is the asimov is your computer name in the net. But after I use export >DISPLAY=mycomputername:0.0 > error: > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSocketINETConnect: Can't

Re: X11 window error using swing package?

2001-04-25 Thread Nathan Meyers
On Wed, Apr 25, 2001 at 03:06:16PM +0800, Chao Liu wrote: > Is the asimov is your computer name in the net. But after I use export >DISPLAY=mycomputername:0.0 > error: > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSock

Re: X11 window error using swing package?

2001-04-25 Thread Chao Liu
Is the asimov is your computer name in the net. But after I use export DISPLAY=mycomputername:0.0 error: _X11TransSocketINETConnect: Can't connect: errno = 111 _X11TransSocketINETConnect: Can't connect: errno = 111 _X11TransSocketINETConnect: Can't connect: errno = 111 .. - Origin