From owner-freebsd-java Wed Dec 30 16:02:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18993 for freebsd-java-outgoing; Wed, 30 Dec 1998 16:02:06 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from scam.xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA18948 for ; Wed, 30 Dec 1998 16:02:01 -0800 (PST) (envelope-from grady@scam.XCF.Berkeley.EDU) Message-Id: <199812310002.QAA18948@hub.freebsd.org> Received: (qmail 25038 invoked by uid 348); 31 Dec 1998 00:03:00 -0000 Received: from localhost (HELO scam.XCF.Berkeley.EDU) (sendmail-bs@127.0.0.1) by localhost with SMTP; 31 Dec 1998 00:03:00 -0000 To: Amancio Hasty Cc: freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG Subject: Re: question about Java Sound From: grady@xcf.berkeley.edu (Steven Grady) In-reply-to: Your message of Tue, 29 Dec 1998 23:26:05 -0800 <199812300726.XAA79221@rah.star-gate.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25034.915062579.1@scam.XCF.Berkeley.EDU> Date: Wed, 30 Dec 1998 16:02:59 -0800 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just to be clear, that was not the API, that was just the result of my grepping through the output of "javap" to find native methods. The API is higher-level, and does not include any of those calls. I was providing that list as an indication of effort (based on granularity and extent) necessary to port the API when it becomes available. If you're interested, please check the Early Access page for JavaSound: http://developer.java.sun.com/developer/earlyAccess/sound/index.html BTW, the code I had written provides a (very limited so far) JNI-based interface to the Network Audio Server. Unfortunately, a little ways into my implementation, I found that the server was hanging, I'm guessing due to NAS bugs. I haven't had the heart to try track them down, since the system is unsupported at this point. Steven > From: Amancio Hasty > Subject: Re: question about Java Sound > It thats the API sun is going to have to do a lot more that just published > the api . It looks like a full fledge major audio subsystem probably > in the order of NCD's network audio server. I doubt that the implementation > of such audio system will be easily tailored to other > audio server architectures. > > Amancio > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message