-
Notifications
You must be signed in to change notification settings - Fork 100
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
Introduce sound related system calls #197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update docs/syscall.md
and provide a test program in tests
directory.
Sound version of |
No, let's minimize the necessary changes. You should provide a minimal C program that demonstrates the use of the proposed system calls instead of making extensive modifications to Doom. Once this pull request is merged, we can proceed with the Doom and Quake pull requests in their respective repositories. |
Simple SDL2 Audio operates independently of SDL2 Mixer and is designed to play a single music file at a time. It also supports an unlimited number of sounds, achieving audio mixing natively without the need for an external mixer. It might be useful. |
You may test the result of integration using the test program in To test all at once, simply run |
I made a mistake which |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve git commit messages.
Incorporate the SDL2_mixer library to play sound in games like Doom and Quake. The test program "tests/sound/sound.c" illustrates the integration result. For more technical information, see docs/syscall.md. Close #152
Thank @ChinYikMing for contributing! |
mus2midi
utility is referenced by Mus2Midi .Tested in Ubuntu 20.04.
Close #152