% show | grep '(44100|32768)'

      awparams.delay=(int)(delay/44100.0*samplerate);
         if (out<-32768) out=-32768;
      ...

all the signs of classic audio programming. sample rate assumptions,
16 bit sample assumptions. sigh. sounds like an interesting effect,
but someone needs to recode as a plugin, any plugin format, i don't
care. 

--p
         

Reply via email to