Sure they wouldn't rather be using Perl [
http://search.cpan.org/search?query=audio ] ? ;-)
--
regards,
Victor Churchill
The Software Shack, Ltd
> Well to be honest we're after a very high quality time-stretch with
> pitch shift that can run X-platform via a native package (namely exe /
> dmg), we've been directed to an open source c++ library that does the
> job ( http://breakfastkey.com/rubberband/) so just need help with
> integration (with an AIR app). Without needing to re-invent the wheel
> seemed easiest to just leverage what they already identified as
> suitable quality but if anyone else has any other suggestions I'm open
> to it.
Have you considered sox(1)?
SoX - Sound eXchange, the Swiss Army knife of audio manipulation
Especially it's `tempo' command that uses the WSOLA algorithm. I
suspect its `stretch' command is too poor quality. I'm used to it on
Unix, but http://sox.sourceforge.net/ says it's cross-platform.
Cheers,
Ralph.