Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why isn't encoding supported? I saw a note in the readme about it #5

Open
ahungry opened this issue Dec 9, 2022 · 3 comments
Open

Comments

@ahungry
Copy link

ahungry commented Dec 9, 2022

Is there anything especially complicated with the encoding process vs the decoding? or just a lack of demand for it?

@grepwood
Copy link
Owner

There could be a lack of demand. I don't know what contemporary software relies on Interplay's ACM codec anymore.

The purpose of me even starting this repo was to enable mono/stereo spoofing, because the files I have encountered in Fallout 1 and 2 would have "stereo" declared in the headers and would play twice as fast when decoded. The solution at the time was to tell the decoder to disregard channel count from the header and accept an override value to make it work correctly with these games.

I've moved on so much from my ambitions to make 1:1 free software rewrite of Fallout things. I haven't even gotten around to giving this library a big endian support, like I originally intended :(

@ahungry
Copy link
Author

ahungry commented Dec 10, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants