I am using ASP.NET 2.0. Could be that the problem is in Acepela, but it might as well be in the SAPI interface. The SAPI interface / Com component is a part of the Microsoft Speech SDK.
Regards Georg -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: 11. mai 2006 17:52 To: [email protected] Subject: Re: [ADVANCED-DOTNET] .NET / COM / SAPI - The Server application (TTS) is need lessly loaded in a separate instance. You should ask the Acepela this question. Did they say their tool works with ASP.NET? What version of ASP.NET are you using? At 05:08 AM 5/11/2006, Georg Jansen wrote >Hi all. > > > >I have an ASP.NET application that uses SAPI 5 to generate voice (based on >text). > >It is all working very well, the voice is generated and send back to the >client (browser). > > > >The application is using a TTS program (Text to speech) from Acepela, this >TTS is run as an service on the server (windows 2000). > > > >The problem is that when I call the sound generator through the SAPI 5/Com >interface (Interop.SpeechLib), the TTS is started in a separate instance, >i.e. the com interface is not reusing the instance that is already running >on the server. This is causing some conflicts in the TTS (when other >application is using the TTS simultaneously). >[snip] J. Merrill / Analytical Software Corp =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
