Michael_Grumbach Posted May 30, 2008 Share Posted May 30, 2008 PHP Pros, I have some text in a flat file. I need to run a text to voice program and save the output as a .wav file. How do I do this with PHP? Thank you in advance, Mike Link to comment https://forums.phpfreaks.com/topic/107917-run-flat-file-data-through-another-program-using-php-as-the-driver/ Share on other sites More sharing options...
trq Posted May 30, 2008 Share Posted May 30, 2008 Providing the text to voice program has a command line interface use exec(). Link to comment https://forums.phpfreaks.com/topic/107917-run-flat-file-data-through-another-program-using-php-as-the-driver/#findComment-553183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.