コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持

Hi. I have been reading the documentation (help, user's guide and UE4 integration help) but haven't been able to find any documentation on when I need to generate and update banks.

I have this issue when i have intergrated a ambientsound on the level using a AKAmbientsound, a lot of the times i get an error message saying "media file not available". When i finally got it to run (dont really know what i did to fix it), all the changes that i do from that point on are not applied, for example changing the length of the specified sound. Even when i change the sound bound to the event then update and generate, i first get the "media not available" for a few tries until the engine starts playing the old sound without interacting with the authoring tool. So my question is: when do i actually need to update and generate soundbanks and which changes to sound properties require me to regenerate/do something else that i have missed? 

On a related note, when i tried to see if the sound played correctly on my co-workers station, i was not able to run the sounds at all. So my question here is: which folder structures are essential to get ingame sounds to run (in UE4) without the authoring tool.

Using Perforce for source control. Win 8.1.

Thankful for some insight into this matter!

Joel R. (210 ポイント) General Discussion

回答 1

0 支持
 
ベストアンサー
Basically, the workflow I would recommend is to do your iterations with Wwise connected to UE (so that any change you make is sent immediately to the UE Editor). Once you're satisfied with your work, save your project, and generate the SoundBanks from the UE Editor. This is what will make your changes "permanent".

As for sending content to another machine, the only thing needed is the SoundBanks. They are found in YOUR_GAME/content/WwiseAudio. If the .bnk files are present on your co-worker's machine, he should be able to hear sounds.
Benoit S. (Audiokinetic) (16.0k ポイント)
Bernard R. (Audiokinetic) 選択
Okay, that makes sense, thank you!
I managed to solve the "sounds not updating locally" issue by omitting the cache files from source control or running the authoring tool as administrator (although that made me lose the ability to drag and drop to wwise).
...