[uae] sinc interpolation

  • From: Mustafa TUFAN <mustafa.tufan@xxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Wed, 25 Jul 2007 11:02:22 +0300

hi Rich,

do you have any plans for audio sinc interpolation options? (it has a500 and a1200 tables)

something like:
currprefs.sound_interpol = 2 (sinc a500)
currprefs.sound_interpol = 3 (sinc a1200)

OR

n = 0;
#ifndef CPUEMU_68000_ONLY
#ifdef AGA
//assuming we're a1200?
if ((currprefs.cpu_level > 1) && (currprefs.chipset_mask & CSMASK_AGA)) n=2
#endif
#endif
if (gui_ledstate & 1) /* power led */
n += 1;
winsinc = winsinc_integral[n];

-mustafa.


Other related posts: