Re: [PHP] Text To Speech Update

2008-11-29 Thread Michael Kubler
Works ok for me on FFox v2 and v3 on my Windows XP machines, but when trying it on IE v6.0 the speech is played back REALLY fast. Like super chipmunk style. I tried a duration of 5.5, but that mainly just made the pauses between the words longer, but was still very high pitched and fast. Also,

[PHP] Re: operators as callbacks?

2008-11-29 Thread Martin ZvarĂ­k
Joe napsal(a): Is it possible to use a PHP operator as a callback? Suppose I want to add two arrays elementwise, I want to be able to do something like this: array_map('+', $array1, $array2) but this doesn't work as "+" is an operator and not a function. I can use the BC library's math function

Re: [PHP] Text To Speech Update

2008-11-29 Thread Nathan Nobbe
On Sat, Nov 29, 2008 at 5:21 PM, Daniel P. Brown <[EMAIL PROTECTED]>wrote: >Any/All: > >For those of you who were asking about the PHP Text-To-Speech > system I had running, it's back online now. If you have a few free > seconds, please take a look at http://www.pilotpig.net/txt2wav.php a

[PHP] Text To Speech Update

2008-11-29 Thread Daniel P. Brown
Any/All: For those of you who were asking about the PHP Text-To-Speech system I had running, it's back online now. If you have a few free seconds, please take a look at http://www.pilotpig.net/txt2wav.php and let me know if it's working for sure in your browser and on your OS. With a

Re: [PHP] operators as callbacks?

2008-11-29 Thread Nathan Nobbe
On Sat, Nov 29, 2008 at 2:42 PM, Joe <[EMAIL PROTECTED]> wrote: > Is it possible to use a PHP operator as a callback? not that im aware of, even if you use the operator overloading extension, im not sure youll find that ability. I can use the BC library's math functions instead: > array_map('b

[PHP] operators as callbacks?

2008-11-29 Thread Joe
Is it possible to use a PHP operator as a callback? Suppose I want to add two arrays elementwise, I want to be able to do something like this: array_map('+', $array1, $array2) but this doesn't work as "+" is an operator and not a function. I can use the BC library's math functions instead: array

[PHP] Re: Something to lighten the mood...

2008-11-29 Thread Nathan Rixham
Richard Heyes wrote: Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. rbh I'm most impressed with your remote php-general-list mood detection script - how did you know? -- PHP General

Re: [PHP] Re: Something to lighten the mood...

2008-11-29 Thread Daniel P. Brown
On Sat, Nov 29, 2008 at 3:25 PM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > > tbh I'm most impressed with your remote php-general-list mood detection > script - how did you know? And here, when you said 'RBH' the first time, I thought you knew Richard's middle name. -- http://www.parasane.n

[PHP] Re: Something to lighten the mood...

2008-11-29 Thread Nathan Rixham
Richard Heyes wrote: Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. tbh I'm most impressed with your remote php-general-list mood detection script - how did you know? -- PHP General

[PHP] Something to lighten the mood...

2008-11-29 Thread Richard Heyes
Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing Li

Re: [PHP] Parsing XML

2008-11-29 Thread Ashley Sheridan
On Fri, 2008-11-28 at 20:39 +0100, Per Jessen wrote: > Andrew Ballard wrote: > > >> XSL will only allow me to convert it into a different document > >> format, which is not what I want as I need to keep a local copy of > >> information in a database for searching and sorting purposes. Nathans > >>