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

0 투표
I want to call the AkMP3InfoRead function inside of a module. What is the proper way to include this AkMP3Source.lib ? (I am using the wwiseUE4integration project)

Thanks
General Discussion Kévin D. (100 포인트) 로 부터

1 답변

0 투표

You can't, that's not how it is supposed to work.  To read a mp3 you have to do this:

  • Create a sound in your Wwise project
  • Create a source plugin by clicking on the "Add Source" button (in the Content Window, lower right)
  • Select MP3 plugin, fill in the file name.
  • Create an event and a soundbank that include it.
  • From UE load that bank and post the event

The MP3 plugin is sample code to show how to make a plugin.  You can modify it as you need.  It currently works only on Windows.

Mathieu J. (Audiokinetic) (7.1k 포인트) 로 부터
...