vinnyoodles / crowdsourced-gba

Bringing twitch plays pokemon to your nearest browser
9 stars 1 forks source link

Support audio streaming #2

Open vinnyoodles opened 6 years ago

vinnyoodles commented 6 years ago

The gaming experience isn't complete without sound effects. There are a few platforms that can be used as references.

1. The SDL platform supports audio and is written in C.

2. The OpenEmu platform is written in Objective-C.

3. The libretro platform is written in C.

vinnyoodles commented 6 years ago

The current problem is importing the blip_buf header file which causes compilation errors with the python build.

#include <mgba/core/blip_buf.h>
vinnyoodles commented 6 years ago

Following https://github.com/mgba-emu/mgba/issues/960