<?php

$program_name = 'audacity';
$input_text = 'We collect 2 traces of Audacity\'s allocation when doing:'."\n";
$input = array('Start the program',
				'Import an MP3 song (5.4mb), cut some seconds of song and export as MP3'
				);

$input_ops = array(495240, 2270093);

$program_desc = 'Audacity is a free software, cross-platform digital audio editor'."\n";
$program_desc .= ' and recording application. It is available for Windows, Mac OS X,'."\n";
$program_desc .= ' Linux and BSD. Audacity was created by Dominic Mazzoni'."\n";
$program_desc .= ' while he was a graduate student at Carnegie Mellon University.'."\n";

require_once 'program_page.php';
?>
