punesemu / puNES

Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
GNU General Public License v2.0
597 stars 40 forks source link

How do I integrate puNES's audio generation into my Godot game? #371

Closed Abdullah-Ajeebi closed 4 months ago

Abdullah-Ajeebi commented 4 months ago

How do I integrate puNES's audio generation into my Godot game?

punesemu commented 4 months ago

Hi Abdullah-Ajeebi, sorry but I don't understand what you mean. To generate the audio I emulate the NES APU which is driven by the game code running through the NES CPU emulation.

Abdullah-Ajeebi commented 4 months ago

I mean how do I fork this repository and integrate it into Godot?

punesemu commented 4 months ago

To fork on github this is the documentation, while if you want to clone the repository with git you can do it with the command git clone https://github.com/punesemu/puNES, regarding Godot, I'm sorry but I can't help you, I don't know him and I don't know how it works.