Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Customer Voice Portal (CVP) Developer Center
Overview
Documentation
Community
Wiki
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to CVP - All Versions
Say-it-smart plugins for French, Cantonese and Mandarin
Threads [
Previous
|
Next
]
Say-it-smart plugins for French, Cantonese and Mandarin
Chris Stechyshyn
11/2/10 6:45 PM
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Manoj Anantha
11/3/10 2:18 PM
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Pedro Rego
10/19/11 8:47 PM
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Pedro Rego
10/19/11 8:52 PM
Re: New Message from Pedro Rego in Customer Voice Portal (CVP) - CVP - All
Janine Graves
10/19/11 8:58 PM
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Pedro Rego
10/20/11 1:10 AM
Chris Stechyshyn
Posts:
2
Join Date:
7/23/10
Recent Posts
Say-it-smart plugins for French, Cantonese and Mandarin
say it smart
cvp
grammars
audium
cisco studio
natural speech
speech
speech dialogs
speechpak
speechpaks
audio
voice conversion
cvp application
application
apps
sayitsmart
cvp call studio
Answer
11/2/10 6:45 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Does anyone know of any say-it-smart plugins for number, date, currency, etc. in French, Cantonese and Mandarin?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Manoj Anantha
Posts:
38
Join Date:
8/5/09
Recent Posts
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Answer
11/3/10 2:18 PM as a reply to Chris Stechyshyn.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There is no Out of Box say it smart available for languages other than English and spanish. You can develop a custom say-it-smart for other language. I had developed Madrian and Cantonese say-it-smart previously, it took 10 working days and a local chinese person to test the say it smart. Surpisingly I needed only about 15 wav files to create a number say-it-smart, that can read number up to trillions. I cannot share the code with you as it is confidential to the client.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Pedro Rego
Posts:
23
Join Date:
10/14/11
Recent Posts
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Answer
10/19/11 8:47 PM as a reply to Manoj Anantha.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello,
How you can build the new complete Say it Smart, you create a custom java? SaysitSmart?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Pedro Rego
Posts:
23
Join Date:
10/14/11
Recent Posts
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Answer
10/19/11 8:52 PM as a reply to Pedro Rego.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Manoj Anantha,
Could you put you sample java code you build for currency?
I have to make portugues rules for currency and days of the month.
Portuguese have 2 ways to say hundred and other syntacs.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Janine Graves
Posts:
1320
Join Date:
5/2/08
Recent Posts
Re: New Message from Pedro Rego in Customer Voice Portal (CVP) - CVP - All
Answer
10/19/11 8:58 PM as a reply to Pedro Rego.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Pedro, yes you'd need to use custom java. -------------- If you look at the software you saved from the CVP-D course, in the folder named JaninesJavaSamples2, there is JaninesAlphanum say it smart. You can use that as a starting point. Basically, in the convertToFiles portion, you'll take the dataAsInput passed in and use it to determine what audio files to send to VxmlServer. ----------- Use one toReturn.add(filename, TTS, booleanDoesTTScontainMarkup-if in doubt, use true here) ------------- For example, to have VxmlServer say third january you'd execute: toReturn.add("3ord","third ",false); toReturn.add("january","January ",false); Look at the Programming Guide for CVP Vxml Server for more details, and look at the javadocs (C:/cisco/cvp/vxmlserver/docs/javadocs) for even more details. Also, both these reference manuals were in the files you took home from class. Janine
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Pedro Rego
Posts:
23
Join Date:
10/14/11
Recent Posts
RE: Say-it-smart plugins for French, Cantonese and Mandarin
Answer
10/20/11 1:10 AM as a reply to Janine Graves.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello Janine!
I try your instructions according your last post
Thank again !!!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top