CE.NET 4.2 SAPI

G

Guest

Hi

I have successfully built and run CE.NET 4.2 image with SAPI components on a XScale PXA255 platform. When I compiled (MS eVC 4.0) and ran the SPEAKexample provided in platform builder speeck SDK samples directory, the following TTS call returned error

wcscpy( wcBuff, L"This is a simple sample sentence." )
hr = cpVoice->Speak(wcBuff, 0, NULL)

hr is returned as a negative integer. I checked the processes on the CE.NET 4.2 device and saw the following processes were running

sapisvr.ex
sapi.dl

I already have struggled on this for weeks. If anyone can help me to get TTS and SR working on my CE.NET 4.2 device, I am more than happy to pay your time and effort

I can be reached at (e-mail address removed)

Shaw
 
A

Alex Feinman [MVP]

What exactly was "the negative integer"

--
Alex Feinman
---
Visit http://www.opennetcf.org
SHAWN said:
Hi,

I have successfully built and run CE.NET 4.2 image with SAPI components on
a XScale PXA255 platform. When I compiled (MS eVC 4.0) and ran the
SPEAKexample provided in platform builder speeck SDK samples directory, the
following TTS call returned error:
wcscpy( wcBuff, L"This is a simple sample sentence." );
hr = cpVoice->Speak(wcBuff, 0, NULL);

hr is returned as a negative integer. I checked the processes on the
CE.NET 4.2 device and saw the following processes were running:
sapisvr.exe
sapi.dll

I already have struggled on this for weeks. If anyone can help me to get
TTS and SR working on my CE.NET 4.2 device, I am more than happy to pay your
time and effort.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top