Default Voice for AT&T Natural Voices 1.4?
Posted: Mon Jul 16, 2012 11:45 am
Hi,
Which voice is the default voice for the demo site? It is a female voice. And if I want to try different voices using the following code
What is the best way to do it? I see there is a <voice> tag but I am not sure where to put it? Also how do I know which
voices I have available?
Thanks in advance!
Mike
Which voice is the default voice for the demo site? It is a female voice. And if I want to try different voices using the following code
Code: Select all
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<prompt>
Hi
</prompt>
<assign name="CallerID" expr="session.telephone.ani"/>
<submit next="./jsp/commuter.jsp" namelist="CallerID"/>
</block>
</form>
</vxml>
voices I have available?
Thanks in advance!
Mike