AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+2 支持
I have a custom tool inside Unity that reads a WAV files into which I can manually add markers with labels for various utility in-game (subtitles, audio sync, etc.)
My cues are correctly recognized by Wwise and the callback are sent correctly whenever my wav is played, but the strLabel value attached to them is empty.

For those familiar with the wav file format. I manually added my cue structs to the cue chunk and I manually added my label data to the list chunk (which are correctly linked to the cues id)

Is there any reason my data of my label is being lost?
Pier-Luc G. (180 ポイント) General Discussion

回答 2

0 支持
Anyone have the same issue? Someone from Audiokinetic can contribute on this matter?

As of right now, I still can't associate label data with markers. Label data is completely ignored
Pier-Luc G. (180 ポイント)
0 支持
This is super old, but for any who encounter this problem in the future, you may need to check your 'cue ' and 'list' chunks.  Many resources online don't match up to what Wwise is looking for - although the 1994 multimedia standards update doc from Microsoft seems to match up with it pretty well, and is the most official-looking WAVE standard I've come across.  To make WWise happy, contrary to what most websites say but totally in line with the Microsoft standard, for each of your cue points you must provide a Position regardless of whether there is a 'plst' and use a ChunkID of 'LIST' instead of 'list' for your associated data list.

I don't think I've run across any websites or info that match up with this, except for that ancient pdf.
Justin L. (150 ポイント)
...