This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Sound with GJC possible?
- From: Tom Tromey <tromey at redhat dot com>
- To: Linuxhippy <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 22 Nov 2002 13:47:27 -0700
- Subject: Re: Sound with GJC possible?
- References: <3DDEA25B.4000001@web.de>
- Reply-to: tromey at redhat dot com
>>>>> ">" == 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.
Tom