[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 0.1 Release (Re: PFile works !!)



Christian Reiniger wrote:
> Peter Burns wrote:
> >I haven't gotten around to modifying the AudioToFile mixing thread to
> >use select(2) as Pierre suggested. I've just come back from holidays so
> >I might do a bit of work on it. I'll try and do it tomorrow.

I've modified Mix() so that it checks that it can write before doing so.
If it can write to the file it will do so and return true otherwise it
will return false.

I have also removed one of the arguments (scale) from a few functions.

Peter Burns