Hi all,
I want to port sample voice synthesis program to C#. And I have some problem for C# voice synthesis library.
- The function "ProcessAudioAsync" parameters are really correct?
I couldn't find how to create PXCMAudio and PXCMScheduler.SyncPoint. I think this function's #2 and #3 parameter should have "[Out]".
Because in the function, 2 parameters are allocated by "gcnew". - And the above function couldn't allocate PXCMAudio correctly. (If fix the above definitions)
If set break point to gcnew line, and step line -> allocate correctly
If not stop before gcnew -> audioInfo and options and timeStamp throws NullPointException. and m_instance value is NULL.
The above problems' line is around #151 in "pxcmvoice.cpp".
And could you add a voice synthesis sample to SDK?
Thanks,
- odakoh



