libretro / desmume

DeSmuME is a Nintendo DS emulator
http://desmume.org
GNU General Public License v2.0
35 stars 33 forks source link

Where are the audio emulation options? #21

Open BParks21 opened 6 years ago

BParks21 commented 6 years ago

Standalone desmume has a lot of audio accuracy settings that i don't see in the libretro port.

bearoso commented 6 years ago

We don't use the built-in time stretcher, and that leaves two options: interpolation, of which cosine is the best at basically no performance hit, and advanced spu, which you're going to want on all the time anyway. The rest can be configured as part of the frontend.

Until there's something like submenus for core options, adding extra stuff that you would only toggle for novelty would clutter the menu. If we could have submenus for stuff like sound, and the different renderers, it would be better.

ghost commented 6 years ago

I have always wondered what kind of Audio options the Libretro core have used, so basically it's using the best/most accurate options from the standalone then?

BParks21 commented 2 years ago

Anyone wanna expose these options in the core lol?