menu
 

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

0 투표

Hi, I'm currently using a Unity plugin called Flashback that records video frame-by-frame so it can capture the last X seconds of video, but it is not compatible with Wwise. It captures Unity audio every frame using Monobehaviour.OnFilterAudioread (Documentation here), which takes an array of floats and builds a video file by combining that with images recorded from the main camera. Is there any kind of equivalent in Wwise that I can use to mirror this functionality? SoundEngine::StartOutputCapture seems like the closest method, but as we don't know when a user will choose to record from, it is not suitable for our needs.

 

Thanks!

General Discussion Christopher M. (110 포인트) 로 부터

Please sign-in or register to answer this question.

...