chroot said:
Except in rather odd cases, the ear is not sensitive to phase.
it's more an issue of what the brain decodes. the ear is a sort of really "only" a sophisticated transducer. of course a phase change that is equivalent to a pure delay is inaudible (unless you notice the delay, but that is not at issue here).
also some waveshapes are audibly indistinguishable from others where the difference is phases of different harmonics. such as
x_1 (t) = \sum_{n=0}^N { \frac{(-1)^n}{2n+1} \cos \left( (2n+1) \omega_0 t \right)}
is usually audibly indistiguishable from
x_2 (t) = \sum_{n=0}^N { \frac{1}{2n+1} \cos \left( (2n+1) \omega_0 t \right)}
yet the waveforms clearly look different. x1(t) approaches a square wave as N -> infinity but x2(t) is much more spiky.
however, what would happen if x1(t) and x2(t) are passed through an identical gentle non-linearity, such as
y_n (t) = \frac{1}{\alpha} \arctan \left( \alpha x_n (t) \right) ?
as alpha gets larger, this nonlinearity will start to kick in and you will hear a clear difference between what happens to x1(t) and x2(t).
well, here's another odd case for you, Warren (and this one is purely linear):
All-pass Filter (APF):
H(z) = \frac{z^{-N} - p}{1 - p z^{-N}}
the frequency response of a digital filter (more precisely called a "discrete-time filter") is evalutated as
H(z) \mid_{z=e^{i \omega}} = H \left( e^{i \omega} \right)
where \omega = \frac{2 \pi f}{F_s} , f is the frequency, and F_s is the sampling frequency. F_s / 2 is the so-called "Nyquist" frequency and all frequencies must be less than Nyquist in magnitude (or you get aliasing).
z^{-N} represents a delay element of N samples and 0 \leq p < 1 is a number that represents a "pole" if N were 1. (there are N poles, in reality.)
it turns out that
| H \left( e^{i \omega} \right) | = 1
for all |f| \leq F_s / 2 so this all-pass filter changes nothing (other than possibly phase).
for F_s / 2 equal to, say, 44100 Hz, and if p = 0.95, then if N = 1, then i would agree that, for the most part, the inclusion or removal of this APF would normally be inaudible. however, if N = 22055 (the delay element was 1/2 second) and p = 0.95 , i must steadfastly disagree with any notion that the inclusion or removal of this APF would be inaudible.
so here is an example of where changing
nothing other than phase, creates a clearly audible difference.
r b-j