OtherCrashOverride / go-play

Retro emulation for the ODROID-GO
https://www.hardkernel.com/shop/odroid-go/
218 stars 72 forks source link

Calculate audio stepping #27

Closed DavidKnight247 closed 6 years ago

DavidKnight247 commented 6 years ago

Instead of generating "magic numbers" with every change to the audio settings this calculates the numbers for me. Variables include floor and ceiling values and number of steps.

This probably requires minor editing - I'm unaccustomed to working with float.

OtherCrashOverride commented 6 years ago

I think the table building should be moved to audio_init so that its only done one time. Also, this will need to be rebased on latest master since it has breaking changes.

OtherCrashOverride commented 6 years ago

Closing due to lack of activity.