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

Add id Software ADL format to NScumm.Audio.Players #6

Closed
BenMcLean opened this issue Dec 5, 2020 · 0 comments · Fixed by #10
Closed

Add id Software ADL format to NScumm.Audio.Players #6

BenMcLean opened this issue Dec 5, 2020 · 0 comments · Fixed by #10

Comments

@BenMcLean
Copy link
Contributor

Id Software's ADL format is used for Adlib sound effects in the Commander Keen and Wolfenstein 3-D engine games. It is a completely separate format from IMF and from the Westwood ADL File Format. Instead of entire songs, it is intended for just playing short sound effects. It only uses channel 0, leaving channels 1-7 available for IMF playback.

I wrote a C# container and player for this format in my WOLF3D-Godot project and I may be able to base an NScumm.Audio.Players class on what I wrote there. I'll try to get a PR together for this sometime soon.

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

Successfully merging a pull request may close this issue.

1 participant