> Is there a way to convert a wav into a list of
> frequencies, and then reconstruct the wav by playing
> each frequency?
Yes! You need to perform the Discrete Fourier Transform of the wav. This is usually done using the Fast Fourier Transform. The complex coefficients resulting from the transform are then the magnitudes of the Cosine and Sines for a particular frequency.
Google will provide the theory.
> > sound isn't composed merely of frequencies
>
> Any time series can be represented by sum of a set of
> sin waves (with appropriate phase and magnitude). The
> decomposition is performed using the Fourier
> Transform.
ah but is it art? :-)
cheers for the info