Any ideas? (It's still a trial)
The code I'm using from php is
- Code: Select all
<?php
exec('/usr/bin/swift -n Callie -o /Users/ollie/Sites/dev/test.wav -m text', $output, $return) ;
echo '/usr/bin/swift -n Callie -o /Users/ollie/Sites/dev/test.wav -m text<br />';
echo $output.'<br />';
echo $return.'<br />';
print_r($output);
echo '<br />';
print_r($return);
?>
which doesn;t produce anything, yet from the terminal it works fine
- Code: Select all
/usr/bin/swift -n Callie -o /Users/ollie/Sites/dev/test.wav -m text