Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 12261 invoked from network); 6 Dec 2006 12:30:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 12:30:01 -0000 Received: (qmail 79640 invoked by uid 500); 6 Dec 2006 12:30:06 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 79605 invoked by uid 500); 6 Dec 2006 12:30:06 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 79596 invoked by uid 99); 6 Dec 2006 12:30:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 04:30:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of boris.v.kuznetsov@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 04:29:55 -0800 Received: by nf-out-0910.google.com with SMTP id a4so550104nfc for ; Wed, 06 Dec 2006 04:29:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gJGC77jcROMxNaDO6hzuhX20HNZIsqQ0GEzvK9KDKTmxhhA7MTsOHtwV/GqImNUlY6UTFjzyLemgdMYuRgAJEFakj/5SRJY6tXhvwi9YkCKPjzyicZ9Bb8dv5ONW+AB6AewZ+KQ0EzTYTgdzaGn6CQuv8CWx9YPF8lkln97LlI4= Received: by 10.49.10.19 with SMTP id n19mr2102298nfi.1165408165924; Wed, 06 Dec 2006 04:29:25 -0800 (PST) Received: by 10.49.61.2 with HTTP; Wed, 6 Dec 2006 04:29:25 -0800 (PST) Message-ID: Date: Wed, 6 Dec 2006 18:29:25 +0600 From: "Boris Kuznetsov" To: dev@harmony.apache.org Subject: Re: [classlib][sound] Volunteer to implement missing & bad APIs in javax.sound.sampled In-Reply-To: <4d0b24970612060245g28c01fbcsc88aa986cf42d91c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d0b24970611080744r57345dbel92ed9a789fdb5dfd@mail.gmail.com> <3b3f27c60611081922gadbefdfgd640716b90ce966c@mail.gmail.com> <4d0b24970611081937n42cc9714v71c42212dd90972f@mail.gmail.com> <4d0b24970611091633q114c3371saebf54a0493477f7@mail.gmail.com> <4d0b24970612060245g28c01fbcsc88aa986cf42d91c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Andrew, Now there is only one thing left: AudioSystem :) I'll implement it. Thanks, Boris On 12/6/06, Andrew Zhang wrote: > On 12/6/06, Boris Kuznetsov wrote: > > > > Hi Andrew, > > > > Do you have any plans for sound? > > I'm asking just to avoid efforts duplication. > > > oh... I didn't notice that Harmony-2117 had been applied for a long time. :) > > Now I'm implementing missing classes in javax.sql.rowset.serial package. It > still takes some time. > So please go ahead and implement sound package as your plan. :) It would be > great if you share your plan, and upload the small patches frequently. :) > I'll watch the progress, and see whether I can help contribute something. > There're two major things left: AudioSystem and NotImplementedException > APIs. Which one will you pick first? Thanks! > > > Thanks, > > Boris > > > > On 11/10/06, Boris Kuznetsov wrote: > > > On 11/10/06, Andrew Zhang wrote: > > > > On 11/9/06, Boris Kuznetsov wrote: > > > > > > > > > > Hi Andrew, > > > > > > > > > > I'm working on javax.sound.sampled API now. > > > > > I have completed the following classes: > > > > > AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl, > > > > > CompoundControl, Control, DataLine, EnumControl. > > > > > I'll file a JIRA with patch shortly. > > > > > > > > > > Sorry that I didn't notice about this work earlier. > > > > > Let's do it together. > > > > > > > > > > > > Good. Boris, I'll start to work on sound after applying Harmony-2117. > > Will > > > > you supply test cases for Harmony-2117 implementation source code > > soon? > > > > > > Agree > > > > > > > Thanks! > > > > > > > > > > > > Thanks, > > > > > Boris > > > > > > > > > > On 11/9/06, Andrew Zhang wrote: > > > > > > On 11/9/06, Nathan Beyer wrote: > > > > > > > > > > > > > > You may want to take a quick scan of JIRA for "sound" items, > > just to > > > > > > > make sure there aren't any additional patches that haven't been > > > > > > > applied. > > > > > > > > > > > > > > > > > > Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, > > which is > > > > > > about SerialVersionUID. > > > > > > > > > > > > [1] http://issues.apache.org/jira/browse/HARMONY-1644 > > > > > > > > > > > > > > > > > > > -Nathan > > > > > > > > > > > > > > On 11/8/06, Andrew Zhang wrote: > > > > > > > > Hi folks, > > > > > > > > > > > > > > > > According to the japi result, there're 0.29% bad, and 8.7%missing > > > > > APIs > > > > > > > in > > > > > > > > javax.sound.sampled package. I'd like to work on this package > > to > > > > > make > > > > > > > the > > > > > > > > statistics look better. :) Anyone else is interested too? > > > > > > > > > > > > > > > > Please let me know if you have any concern/comment/suggestion. > > :) > > > > > > > Thanks! > > > > > > > > > > > > > > > > -- > > > > > > > > Best regards, > > > > > > > > Andrew Zhang > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Best regards, > > > > > > Andrew Zhang > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Best regards, > > > > > Boris Kuznetsov > > > > > Intel Middleware Products Division > > > > > > > > > > > > > > > > > > > > > -- > > > > Best regards, > > > > Andrew Zhang > > > > > > > > > > > > > > > > > -- > > > Best regards, > > > Boris Kuznetsov > > > Intel Middleware Products Division > > > > > > > > > -- > > Best regards, > > Boris Kuznetsov > > Intel Middleware Products Division > > > > > > -- > Best regards, > Andrew Zhang > > -- Best regards, Boris Kuznetsov Intel Middleware Products Division