This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Make sure you have SoX installed. | |
* * Ubuntu install: `sudo apt-get install sox` | |
* * Mac install (using Homebrew): `brew install sox` | |
*/ | |
$audio_intro = '/var/www/wp-content/uploads/audio-intro.mp3'; | |
$audio_output_dir = '/var/www/wp-content/uploads/audio-output/'; | |
$audio_files = array( | |
0 => array( | |
'id' => 1, |