N.J.Bailey wrt:
> > Check on the java.applet.Applet class in JDK 1.2. I think it
> > has some methods that Applications can use to play sound and
> > MIDI files.
> But the applet class can only /play/ sounds already in /files/, right?  We
> want to synthesise them on the fly, whcih means having lower-level access to
> the sound hardware.  Sounds get generated in response to user actions, so I'm
> not sure it'd be possible to write a file, then use the applet methods.

the applet class can play sounds from a url stream, so you can just create a
url scheme and protocol implementation for your memory images, and access
the sounds through that mechanism.

a bit ott, perhaps.

dog


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to