CE.NET 4.2 SAPI

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top