This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Sound with GJC possible?
- From: Mark Wielaard <mark at klomp dot org>
- To: tromey at redhat dot com
- Cc: Linuxhippy <linuxhippy at web dot de>, java at gcc dot gnu dot org
- Date: 22 Nov 2002 22:29:34 +0100
- Subject: Re: Sound with GJC possible?
- Organization:
- References: <3DDEA25B.4000001@web.de> <87n0o1pc0w.fsf@fleche.redhat.com>
Hi,
On Fri, 2002-11-22 at 21:47, Tom Tromey wrote:
> >>>>> ">" == Clemens Eisserer <linuxhippy@web.de> writes:
>
> >> Is there a possibility to play sound out of a gcj-application or will I
> >> need JNI-Calls to external sound-libs...
>
> You'll need external calls. We don't have any built-in sound support.
Brian Jones recently pointed out a free javax.sound implementation
http://tritonus.org/. Maybe someone could try that out with gcj?
Cheers,
Mark