Archive for October, 2006

TTS Service updated

Tuesday, October 31st, 2006

We have updated the TTS Service tool shipped with ActiveTTS componet.
The service is a mini-http server that can handle the custom http request for TTS function under IIS.

Convert html to image at a given size

Friday, October 27th, 2006

You may want to convert html to image. And you want to specify the size of the output image.
Here is the way when you use our awarding winning component htmlsnapshot. The demo is coded with VBscript.
‘demo how to convert html to image

Record audio and upload

Tuesday, October 24th, 2006

We add an upload method in audio record component.
Suppose  you are a website owner, you want to record your user’s voice and save to your server. Now you can do this with audio record component.
Your user can install the component on their machines, then they can record audio or speech, upload the audio. All these […]

Speak with given voice with Active TTS

Sunday, October 1st, 2006

You may want to speak with a special voice when using ActiveTTS. It is easy to do this with any script languages. Here is an example in perl:
 The script first lists the voices installed on the machine. Then you can set the voice index to be used with speak or speakfile by setting the property […]