dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Be able to decode "SQS2" AIFF-C files #4

Open dressupgeekout opened 6 years ago

dressupgeekout commented 6 years ago

Apparently the SQS2 "COMM" chunk of AIF-C is just WAY too arcane. My FFmpeg can't handle it. So let's see what we need to do here.

dressupgeekout commented 4 years ago

FWIW I have started a new branch of FFmpeg which is able to at least recognize "SQS2" in addition to the far more common "SDX2" COMM chunk. https://github.com/dressupgeekout/FFmpeg/tree/charlotte_sqs2 Still sounds like garbage though. I should also make sure to write down all of the documentation I've found and where others can read it.