Here's what I'm wondering. Maybe someone can tell me.
I thinking that someone should be working on a type of product and it doesn't exist yet, so I'm worried they're not.
Speech Synthesis on the iPhone. Where is it? Here's the deal. I realize the problem. Speech synthesis can be very intensive for the CPU, and the raw data takes some amount of space, etc, etc. But, here's the thing... I'd love to have just THIN client speech on the iPhone. For instance, I'd like my iPhone to have an app that let's me browse to the web URL, then shows me a line that is essentially "start speaking here" that I can move up and down the page, then I tap the "speech" button (like a "Play" button, with full "Pause" and "Stop" functionality.) --The trick? Just have the server do the processing, and send the data back as a low-bandwidth audio stream. We all know that "speaking" can be compressed the most compared to music. --Just have the server accept the raw text, process the speech and on-the-fly, shoot it back to me as an audiostream.
I mean, you take a Mac server and Apache and some Applescripting, and I'm assuming you're really not too far off from a solution. You could even do it with an IIS server and a nice custom ISAPI filter. Both platforms have easy to use text-to-speech facilities ready to be thrown to the net.
I dig iPhone apps like Jott, that do the reverse, and send a stream of NEW audio to their server, and process it into text. We're just talking about reversing that process here.... so I'm not sure why it would be that difficult (peak usage scenarios not included).
~ CB
I thinking that someone should be working on a type of product and it doesn't exist yet, so I'm worried they're not.
Speech Synthesis on the iPhone. Where is it? Here's the deal. I realize the problem. Speech synthesis can be very intensive for the CPU, and the raw data takes some amount of space, etc, etc. But, here's the thing... I'd love to have just THIN client speech on the iPhone. For instance, I'd like my iPhone to have an app that let's me browse to the web URL, then shows me a line that is essentially "start speaking here" that I can move up and down the page, then I tap the "speech" button (like a "Play" button, with full "Pause" and "Stop" functionality.) --The trick? Just have the server do the processing, and send the data back as a low-bandwidth audio stream. We all know that "speaking" can be compressed the most compared to music. --Just have the server accept the raw text, process the speech and on-the-fly, shoot it back to me as an audiostream.
I mean, you take a Mac server and Apache and some Applescripting, and I'm assuming you're really not too far off from a solution. You could even do it with an IIS server and a nice custom ISAPI filter. Both platforms have easy to use text-to-speech facilities ready to be thrown to the net.
I dig iPhone apps like Jott, that do the reverse, and send a stream of NEW audio to their server, and process it into text. We're just talking about reversing that process here.... so I'm not sure why it would be that difficult (peak usage scenarios not included).
~ CB