hi, i use this bundle (symfony2) for generate an mp3 file but i have an error in this line:
throw new \RuntimeException($process->getErrorOutput());
I think an error of the path in this line :
$waveformGenerator = new WaveformGenerator(DIR . '/bin/waveform');
plz help me.