コミュニティQ&A

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

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

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

0 支持
I'm implementing Wwise using the provided CAkDefaultIOHookBlocking (and I tried the file packaging version before that) and I'm having trouble getting streams to work.

I've been scanning through all the documentation I can on this, and based on the example code I feel like I have everything I need to get a simple streamed file to play, but I'm not getting anything.  Regular banks still work fine.  I see an event being posted in the profiler, and I'm also seeing the Streaming Device has been created.  However, I'm trying out 2 events from the same bank, and the one that is streamed is the only one that doesn't play.  I made sure to use the Copy Streamed Media tool to bring over the .wem files to the banks directory, same place I set the base path.

I'm not trying to do anything fancy here, I was under the impression that after calling AK::StreamMgr::Create() and CAkDefaultIOHookBlocking::Init(), along with all the default init settings for the other modules and such, that a streamed file should play just by calling PostEvent().

 

Am I missing something completely obvious? If so, please let me know.
Miles F. (250 ポイント) General Discussion
Should add: I'm getting a File Not Found error when trying to play the streamed file, even though I'm using the Copy Streamed Files tool to bring the .wem's into the banks folder, and using the default streaming implementation that is supposedly intended to be used with said tool.  I am confused as to why it can't find my media, this seems like a simple process.

回答 1

0 支持
 
ベストアンサー
I found the issue: I was apparently using an outdated version of AkFileLocationBase to do my location resolving, so it wasn't recognizing .wem files because I guess that used to not be a Codec ID.  That explains why I wasn't seeing anything in the documentation.  Everything works now.
Miles F. (250 ポイント)
Noemie P. (Audiokinetic) 選択
...