Re: [linux-audio-dev] LADMEA Prototype

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] LADMEA Prototype
From: Paul Davis (pbd_AT_Op.Net)
Date: Thu Aug 16 2001 - 17:34:28 EEST


I wrote:

>(though of course, optimizations of the form
>
> if (!bufferSilent) {
> memset (buffer, 0, nframes * somesize);
> bufferSilent = TRUE;
> }
>
>would work too)

this is a bad morning. that kind of optimization will not work at all,
since the port buffer memory may change from process() to process().

sorry for any confusion. what was i thinking (or not)?

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Aug 16 2001 - 17:32:51 EEST