British English
Posted: Wed Jan 26, 2011 3:14 pm
Hi,
I'm new to PlumVoice and am writing a 1st application to test/validate the platform.
I'm fairly familiar with Voxeo and hope Plum will be just as good (or even better...).
At the moment I am struggling to activate British English and I do get weird results.
I tried xml:lang="en-uk" both in <speak> and <voice> tags followed by name="audrey" for the voice tag but never got any success.
The simple code below doesn't even work.
.....
<form id="Welcome">
<block>
<prompt bargein="false">
<voice xml:lang="en-uk" name="audrey" gender="female">
Hello world!
</voice>
</prompt>
</block>
</form>
.....
I also tried
.....
<speak xml:lang="en-uk"><voice name="audrey" gender="female">
Hello world!
</voice></speak>
....
but neither did work.
I have a couple of questions then:
1) why is the code above not processed as expected ?
2) what difference does it make to specify xml:lang in <speak> vs. <voice> ?
3) My application configuration indicates: ASR Engine = Nuance OSR 3.0 and TTS = AT&T Natural Voices 1.4. Can I change either/both of them for alternatives listed in Chapter 4 (Cepstral or RealSpeak) ?
Thanks,
Bertrand
I'm new to PlumVoice and am writing a 1st application to test/validate the platform.
I'm fairly familiar with Voxeo and hope Plum will be just as good (or even better...).
At the moment I am struggling to activate British English and I do get weird results.
I tried xml:lang="en-uk" both in <speak> and <voice> tags followed by name="audrey" for the voice tag but never got any success.
The simple code below doesn't even work.
.....
<form id="Welcome">
<block>
<prompt bargein="false">
<voice xml:lang="en-uk" name="audrey" gender="female">
Hello world!
</voice>
</prompt>
</block>
</form>
.....
I also tried
.....
<speak xml:lang="en-uk"><voice name="audrey" gender="female">
Hello world!
</voice></speak>
....
but neither did work.
I have a couple of questions then:
1) why is the code above not processed as expected ?
2) what difference does it make to specify xml:lang in <speak> vs. <voice> ?
3) My application configuration indicates: ASR Engine = Nuance OSR 3.0 and TTS = AT&T Natural Voices 1.4. Can I change either/both of them for alternatives listed in Chapter 4 (Cepstral or RealSpeak) ?
Thanks,
Bertrand