Update File Type - Wwise Stream

Lucas Schwiderski 2024-07-14 18:42:38 +02:00
parent 7fb6f7cdcb
commit fa25df90a4

@ -34,4 +34,8 @@ Assert(unknown1 == 0x1b);
// and `length` always ends up matching the `.stream` file's size.
uint32 offset;
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.