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

Load and use WAV (or preferably OGG) instead of HSND #51

Closed
assertivist opened this issue May 28, 2020 · 1 comment
Closed

Load and use WAV (or preferably OGG) instead of HSND #51

assertivist opened this issue May 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@assertivist
Copy link
Member

To do away with resource fork reading completely, we need to export all the sounds from HSND to a modern format (currently possible with hsnd2wav + other tools, which will be incorporated into the level converter).

But also Avara needs to be able to load and play those sounds into its own sound system. It should be possible to bypass the Huffman decoding step, add any necessary decoding of the chosen format (OGG or other) and give sample data directly to the sound mixer.

@assertivist assertivist added the enhancement New feature or request label May 28, 2020
@dcwatson
Copy link
Member

dcwatson commented Jun 4, 2021

This was done as part of the big ALF merge - sounds are now OGG files, decoded into Avara's existing sound system.

@dcwatson dcwatson closed this as completed Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants