Re: [linux-audio-dev] Going mono to stereo in LADSPA?

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

Subject: Re: [linux-audio-dev] Going mono to stereo in LADSPA?
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Fri Feb 15 2002 - 14:19:54 EET


On Thu, Feb 14, 2002 at 05:01:36 +0100, Alexander Ehlert wrote:
> panright = sin(theta)
> panleft = cos(theta)
...
> buffer_write(*(outright++), in*panright);
> buffer_write(*(outleft++), in*panleft);

Does sin and cos give a reasonable constant power function? It looks
about right by eye, but I haven't tried listening to it.

- Steve


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

This archive was generated by hypermail 2b28 : Fri Feb 15 2002 - 14:10:11 EET