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

Implementation of Sound in the Chip8 Emulator #8

Open
MalekDeKalem opened this issue Mar 31, 2023 · 0 comments
Open

Implementation of Sound in the Chip8 Emulator #8

MalekDeKalem opened this issue Mar 31, 2023 · 0 comments

Comments

@MalekDeKalem
Copy link

First of all I'd like to say thanks to aquova for making this very extensive manuell on the chip8 emulator. This has helped me with setting sdl up and the opcodes of course. I also implemented sound into the emulator (just an oscillator that produces a sine wave when the sound timer hits 0). The sound runs on the same thread as the main emulator but that shouldn't be to much of a problem when the sound is very short.

You can take a look [here] (https://github.com/MalekDeKalem/Rust-Chip8-Emulator)

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

1 participant