Re: Sound

2005-01-29 Thread Peter Naulls
In message <[EMAIL PROTECTED]> Daniel Clarke <[EMAIL PROTECTED]> wrote: > I have found that by using posix threads I can keep the emulator running very > smoothly, as well as some small changes to how the buffer operates. That's a wise choice. > There is still a little issue with 4 or

Re: Sound

2005-01-29 Thread Matthew Howkins
On Saturday 29 January 2005 14:02, Peter Naulls wrote: > In message <[EMAIL PROTECTED]> > > Daniel Clarke <[EMAIL PROTECTED]> wrote: > > I have found that by using posix threads I can keep the emulator running > > very smoothly, as well as some small changes to how the buffer operates. >

Re: Sound

2005-01-29 Thread Ralph Corderoy
Hi, Matthew wrote: > I have now added this sound support code to CVS. Thanks for your efforts in applying the patches. I don't think anyone else has time at the moment. > The sound support is disabled by default - I have added an option to > the Makefile that can be used to enable it. I have d