I have written an application that generates speech audio for an IVR system. If I run the application from the IDE, David-8kHz generates audio data. When the application is compiled and run as a service that logs in as the user that installed the voice, again, when I call the IVR software, I get voice audio.
However, if I set the service the way it was before using the Cepstral voice (i.e. the default Microsoft voices) so that the service logs on with the LocalSystem account, no audio data is given from the Cepstral voice. Is this as designed? Is there a security setting somewhere I need to change? Has someone else run across this?