Update File Type - Wwise Stream
parent
fa25df90a4
commit
513183c92f
1 changed files with 2 additions and 1 deletions
|
@ -38,4 +38,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.
|
Loading…
Add table
Reference in a new issue