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

[FEATURE REQUEST] Digital music support? #8

Open
greennick78 opened this issue Feb 29, 2024 · 2 comments
Open

[FEATURE REQUEST] Digital music support? #8

greennick78 opened this issue Feb 29, 2024 · 2 comments

Comments

@greennick78
Copy link

What if we had support for digital music by taking a wav file and converting it to a doom sound format file? The game already can load small enough files and can run fine without crashing, it just doesn't play the audio.

@kgsws
Copy link
Owner

kgsws commented Mar 2, 2024

I have not touched sound library code so limitations are following:

  1. mono sound
  2. entire sound would have to be loaded to RAM
    I don't see any nice way to actually handle music WAVes properly without patching sound library.

@greennick78
Copy link
Author

I mean, I've been able to create THINGs that just play a noise globally when loaded and set the noise to be a digital music track, all it would need would just to play the sound every time the level is loaded post map start

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