From fa25df90a477b16dc66e73e6b4e0265174e4e4be Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sun, 14 Jul 2024 18:42:38 +0200 Subject: [PATCH] Update File Type - Wwise Stream --- File Type - Wwise Stream.-.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/File Type - Wwise Stream.-.md b/File Type - Wwise Stream.-.md index adf89fa..f84b6e0 100644 --- a/File Type - Wwise Stream.-.md +++ b/File Type - Wwise Stream.-.md @@ -34,4 +34,8 @@ Assert(unknown1 == 0x1b); // and `length` always ends up matching the `.stream` file's size. uint32 offset; uint32 length; -``` \ 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. \ No newline at end of file