On Fri, Feb 05, 1999 at 09:46:14AM +0000, [EMAIL PROTECTED] wrote:
[... snip ...]
> Would this affect the performance of the forthcoming Java Sound API and
> Java Media Framework API. Or am I barking (mad) up the wrong tree?
The Java Sound API depends on native code to provide some of the sound
functionality, so it would have to be seperately ported to Linux anyway.
The pure Java JMF implementation would clearly be affected by the
performance of the Virtual Machine. Given that the demo clips provided
with JMF 1.1a can be played using JDK1.1 with green threads and no JIT
(on a 200MHz pentium linux box) most likely means that they will also
do so in JDK1.2. Full MPEG movie playback is a different question ...
Alexander