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