Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

IAkSinkPlugin::Consume method not called on Android

+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.
문의 2018 2월 16 General Discussion attila n. (110 포인트) 로 부터
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.

...