menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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 分)
...