How can I enable talk or speech on my PHP Server? Is there a language that has speech-classes that could help me, or do I need to use a text-to-speech engine?
A:
If you have OS X in your server, you could try with:
exec('/usr/bin/say hello');
:)
Henrik Paul
2009-01-29 22:07:34
are you meant operating system xpif that, iam dealing with unix server
2009-01-29 22:20:21
No, I meant Mac OS X, or Mac OS 10.
Henrik Paul
2009-01-29 22:37:45