Re: A Java Sound Mixer Service Provider Implementation withPortAudio

2007-09-02 Thread Yong Hyeon Yoon
- Original Message - YavaSound source can be downloaded from : http://YavaSound.inPrinciple.org/YavaSoundSource.zip The project name has changed to KuroSound. And the download link has changed to: http://KuroSound.inPrinciple.org/KuroSound.zip Regards, Yong

Re: A Java Sound Mixer Service Provider Implementation with PortAudio

2007-09-02 Thread Yong Hyeon Yoon
Hi, I've implemented basic Clip interface. The sample application shows how to use it. Regards, Yong

Re: A Java Sound Mixer Service Provider Implementation with PortAudio

2007-09-02 Thread Yong Hyeon Yoon
I've added LineListener implementation in Line and DataLine. I guess most of interfaces except Port in sampled.* are taken care of now. I think Port implementation will involve some more PortAudio. I will see how it turns out. :) regards, yong