Tuesday, December 14, 2010

Generating Your First DUBTEL One API Key

DUBTEL One API is a cloud based voice/sms gateway for building next generation voice applications and appliances by simply utilizing and extending the features in the API Library.

http://developer.dubtel.com/?q=downloads

This API provides the most extensive features in a voice API through xml services, as a developer you will have access to our Dubtel One API library making it easier to integrate voice services in your application.

A Dubtel One API Key is a Universal Unique Identifier (UUID) generated by DUBTEL to authenticate your application, API Keys are free and you can generate as many Keys as you want.

Generating your first DUBTEL One API Key is simple:
  1. Request Developer Account
  2. Login
  3. Generate API Key

1. Request a Developer Account
If you have not already registered/signed up on the developer site, you will need to request a new developer account at http://developer.dubtel.com/?q=user/register

To request a developer account, simply sign onto the Registration page and provide your login Username and Email Address and follow the instructions.

After successfully registering your account you will receive a confirmation email to create your new password, once your password is created you will be able to Login to the developer site with your new developer account.

2. Login
Login to the DUBTEL One API developer site at http://developer.dubtel.com

3. Generate API Key
To Generate your first DUBTEL One API Key visit the Manage API Keys page, click on the "Generate API Key" button and follow the instructions. You will receive a confirmation once your API Key is generated successfully.

Manage API Keys
http://developer.dubtel.com/?q=manage-api-keys

The Manage API Keys page allows developers to manage their DUBTEL One API Keys by adding new keys and deleting existing ones.


Congratulations you can now use your DUBTEL One API Key in your application.

Monday, December 13, 2010

Building a TTS System with UBUNTU

Building a TTS System with UBUNTU

Install Cepstral

Download Cepstral 5.1 from Cepstral
wget http://downloads.cepstral.com/cepstral/i386-linux/Cepstral_Allison-8kHz_i386-linux_5.1.0.tar.gz

Untar the compressed file into a local directory and install
tar -zxvf Cepstral_Allison-8kHz_i386-linux_5.1.0.tar.gz

cd Cepstral_Allison-8kHz_i386-linux_5.1.0

./install.sh

Make sure you answer yes to
Do you agree to these terms? Enter -yes- to continue:


Install Festival
sudo apt-get install festival


Testing TTS Application
Calling Cepstral from CLI
swift -o audiofile.wav "Hello World"

Calling Festival from CLI
echo "Hello World" | text2wave -scale 50 -o audiofile.wav

Saturday, December 11, 2010

Building a TTS System with Fedora

Building a TTS System with Fedora

Install Cepstral

Download Cepstral 5.1 from Cepstral
wget http://downloads.cepstral.com/cepstral/i386-linux/Cepstral_Allison-8kHz_i386-linux_5.1.0.tar.gz

Untar the compressed file into a local directory and install
tar -zxvf Cepstral_Allison-8kHz_i386-linux_5.1.0.tar.gz

cd Cepstral_Allison-8kHz_i386-linux_5.1.0

./install.sh

Make sure you answer yes to
Do you agree to these terms? Enter -yes- to continue:


Install Festival
yum install festival


Testing TTS Application
Calling Cepstral from CLI
swift -o audiofile.wav "Hello World"

Calling Festival from CLI
echo "Hello World" | text2wave -scale 50 -o audiofile.wav

Wednesday, December 1, 2010

DUBTEL Aastra XML 4 SIP Contest Submission



DUBTEL is building a smart platform where people can listen, learn and engage in smart conversations on social.

Facebook Voice Chat Application.
http://facebook.com/dubtel

Category:

Science & Technology

Tags:

Tuesday, November 30, 2010

Linux Ubuntu Install Setup PHP cURL

If you use PHP, you may need to use cURL, which is one of the most popular extension. PHP CURL functions are available through the use of libcurl, a library created by Daniel Stenberg, and allow you to connect and communicate with web servers using many
different types of protocols.

Assume you have already setup LAMP. To install or setup cURL on your Linux machine like Ubuntu, run the following line of shell command in your terminal:

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

Now you have PHP cURL installed, the next thing you need to do is to restart apache2, run the following command in your terminal:

sudo /etc/init.d/apache2 restart

Thursday, May 24, 2007

THE FIGHT MUST GO ON

So its been several days and a mountain of glitches and still neo cannot get his dose of the Halo 3 Beta. Bungee wants people to actually buy the Crackdown Disk to be able to access the Beta which expires on June 9th but why would'nt they MS F#$*&Rs, this is a Beta should be free for any Tom, Dick and Harry but its not and they did a good job of being selective enough to exlude neo in the initial invite but no love lost I still have enough time to practice on Halo 2 so when those so called Beta testers come back after they journey to Beta land I can show them a trick or two but I hope Bungee does not try to pull a trick when the full version is released on September 25th until then the FIGHT MUST GO ON.

Wednesday, May 16, 2007