From 513183c92f09b0dbe22577a21c00b8e85e5a88c0 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 16 Jul 2024 10:35:33 +0200 Subject: [PATCH] Update File Type - Wwise Stream --- File Type - Wwise Stream.-.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File Type - Wwise Stream.-.md b/File Type - Wwise Stream.-.md index f84b6e0..1b14692 100644 --- a/File Type - Wwise Stream.-.md +++ b/File Type - Wwise Stream.-.md @@ -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. \ No newline at end of file +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. \ No newline at end of file