La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

Reading markers from WAV file

+2 votes
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?
demandé 13-Jan-2017 dans General Discussion par Pier-Luc G. (180 points)

2 Réponses

0 votes
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
répondu 31-Jan-2017 par Pier-Luc G. (180 points)
0 votes
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.
répondu 23-Fev-2022 par Justin L. (150 points)
...