Page 1 of 1

Access the TTS Engine with C# and .NET?

PostPosted: Wed Sep 04, 2013 12:05 pm
by paintedlight
Hi,

Cepstral is new to me. I'm attempting to add a speaking voice using Cepstral to my AI Reasoning Engine and struggling to find any documentation about working with the SwiftTTSEngine component using C# within the Microsoft .NET 4.5 environment, the support objects and calls and events basically.

Does anyone know how to do this?

Really appreciated, thanks for taking the time to read this.

Shaun

Re: Access the TTS Engine with C# and .NET?

PostPosted: Thu Sep 05, 2013 12:41 pm
by AdamW
Hi paintedlight,

Cepstral has a C interface API, but nothing for C#. You could try incorporating the C stuff or you could try using Microsoft's SAPI, but I am not sure you can get the event information doing that.

Are either of those options viable?
-- Adam