AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+1 支持
I can register my custom IAkSinkPlugin implementation and add as output in my custom Android app (using C++ SDK). Plugin successfully initialized and the following methods of my plugin are called on Android except Consume:

Init
Reset
IsDataNeeded (I constantly set out_uBuffersNeeded to 4)
IsStarved
OnFrameEnd
IsStarved
OnFrameEnd
IsStarved
OnFrameEnd
IsStarved
OnFrameEnd
IsDataNeeded
IsDataNeeded
IsStarved
OnFrameEnd
...

I can hear the sound on the main output.

One thing I noticed that m_pSinkPluginContext->IsPrimary() returns false to my sink plugin and GetPluginInfo method never called. Is that an issue? How can I init my plugin on the primary tree?

I would like to encode the output to an mp4 video, that's why I need the output.
attila n. (110 ポイント) General Discussion
Same behavior for my android app. I dont know it is a bug or I miss something.

Please advise.

Thank you,
Andras

Please sign-in or register to answer this question.

...