Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Meskauskas Audrius
+1 Audrius. ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Michael Koch
On Sat, Nov 12, 2005 at 05:51:55PM -0700, Tom Tromey wrote: I'm not checking this in yet. I haven't really done much testing of it, and I wanted some feedback first as well. This implements javax.sound.sampled and javax.sound.sampled.spi. I would say: Please commit. Bugs can be fixed later.

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Anthony Green
On Sat, 2005-11-12 at 17:51 -0700, Tom Tromey wrote: I'm not checking this in yet. I haven't really done much testing of it, and I wanted some feedback first as well. This implements javax.sound.sampled and javax.sound.sampled.spi. I think you should just commit this. I've started a jack

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Tom Tromey
Michael == Michael Koch [EMAIL PROTECTED] writes: Michael I would say: Please commit. Bugs can be fixed later. Its too Michael bad that we cant just use tritonus ... We can probably use the parts that hook it up to ALSA and whatnot. I was using Tritonus for testing, but apparently it assumes

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Tom Tromey
Anthony == Anthony Green [EMAIL PROTECTED] writes: Anthony I think you should just commit this. I've started a jack Anthony based MixerProvider based on your work, and expect to finish Anthony this week during my travels. Awesome. Also, Sven sent me some code to handle AU files. Maybe he

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Anthony Green
On Sun, 2005-11-13 at 11:23 -0700, Tom Tromey wrote: Anthony == Anthony Green [EMAIL PROTECTED] writes: Anthony I think you should just commit this. I've started a jack Anthony based MixerProvider based on your work, and expect to finish Anthony this week during my travels. Awesome.

Re: [cp-patches] Patch: RFC: javax.sound.sampled

2005-11-13 Thread Tom Tromey
Anthony Nice. But for file I/O, shouldn't we just write a libsndfile Anthony provider? Yeah, good idea. Though, having some in pure java may also be useful. I think we can decide not to decide and just accept whatever folks write... Tom ___