Update File Type - Wwise Stream

Lucas Schwiderski 2024-07-16 10:35:33 +02:00
parent fa25df90a4
commit 513183c92f

@ -39,3 +39,4 @@ uint32 length;
--- ---
The `.stream` file contains a raw RIFF container, no extraneous fields. However, while the contained data is WAVE as per the type field, it uses an audio format that even ffmpeg cannot understand. The `.stream` file contains a raw RIFF container, no extraneous fields. However, while the contained data is WAVE as per the type field, it uses an audio format that even ffmpeg cannot understand.
The `wFormatTag` of the `struct WAVEFORMATEX` is set to `0xFFFF` which indicates an experimental/in-development format that has not been standardized or registered with Microsoft, yet.