Hello, I have been looking at several WAV file format descriptions and also some
of the available tools. I was wondering if there were any pointers to working with
the format in Perl (libraries and other tools)? I know it would be slow, but, at least
at first, that's not a problem. I not dying to transition my brain to C++, though I
know I would end up there if things worked at all in Perl.
My goal is to split a 2 channel WAV file into three channels -- left only, common,
and right only. I could then play with the components in amplitude blends and
put in fixed delays to learn about generation of multi-channel sound from two
channels,
TIA,
Skip
