Andy Talbot wrote:
> All these progs agree on polarity, which is defined such that
> COS(theta) goes to the left channel, and SIN(theta) to the right.

In case of my prog, at least, it is a pure coincidence. Even if
there is a standard, I have never heard of it.
Since we learn to read "left to right", we usually look at things
from left to right and we even think "left to right". So left
comes first as does cosine since it leads sine by 90 degrees :-)

----------
     leftSignal = cos (phaseAccumulator);
     rightSignal = sin (phaseAccumulator);
----------

73
Johan SM6LKM

Reply via email to