Re: [LAD] panning thoughts

From: <fons@email-addr-hidden>
Date: Fri Nov 12 2010 - 21:00:11 EET

On Fri, Nov 12, 2010 at 10:40:33AM +0100, Jens M Andreasen wrote:

> float l = sqrtf(1.0f - p)
> float r = sqrtf(p)

Constant power, but the mapping from angles to L/R ratios is
not very good (the regions near full L or R are compressed).
A simple second degree approximation works better. Try this
in gnuplot:

 plot [0:1] sqrt(x), sin(x * pi / 2), x * (2.2 - x) / 1.2

Ciao,

-- 
FA
There are three of them, and Alleline.
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Sat Nov 13 00:15:02 2010

This archive was generated by hypermail 2.1.8 : Sat Nov 13 2010 - 00:15:02 EET