Update File Type - Wwise Stream

Lucas Schwiderski 2024-07-16 14:42:25 +02:00
parent 513183c92f
commit fe35cc893b

@ -40,3 +40,5 @@ 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. 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.
[ww2ogg](https://github.com/hcs64/ww2ogg) can be used to convert these into a usable format.