lifning / python-retro

Python extensions for dealing with libretro
GNU Affero General Public License v3.0
12 stars 3 forks source link

sound is awful #3

Closed lifning closed 7 years ago

lifning commented 7 years ago

should probably take a look at how RetroArch implements it... we may need to make a native module to handle it if there's no good audio system for Python that can deal with it appropriately.

vivlim commented 7 years ago

maybe disable sound by default till then?

it'd be nice to have a rudimentary ui to control the emulator and that may be a good candidate for a knob

lifning commented 7 years ago

disabled the callback in sync-or-sim for now

On Aug 28, 2017 11:50 PM, "Vivian Lim" notifications@github.com wrote:

maybe disable sound by default till then?

it'd be nice to have a rudimentary ui to control the emulator and that may be a good candidate for a knob

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/lifning/python-retro/issues/3#issuecomment-325571555, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmZU_kxH36Pbh2uK0eT4-yKs588TF16ks5sc7S4gaJpZM4PFcnd .

lifning commented 7 years ago

https://github.com/lifning/python-retro/pull/7