perlaiff

Use perl to find the run time of an AIFF Audio File


What can I use to determine the run time of an AIFF audio file. Preferably using Perl.


Solution

  • Audio::Scan is a perl module available on CPAN which includes interfaces that return the length of an AIFF track in ms.