Author Topic: Few program optimization  (Read 4292 times)

Offline Loggan

  • Newbies
  • *
  • Posts: 19
  • Karma: +0/-3
Few program optimization
« on: May 27, 2020, 02:16:41 PM »
Currently it's Direct3D7 as default renderer, DX9 is a bump up.

Default audio refreshrate could be 48Khz, with 96Khz as an option.

// Thx
« Last Edit: May 27, 2020, 02:20:08 PM by Loggan »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Few program optimization
« Reply #1 on: May 27, 2020, 08:04:05 PM »
dx9 blitter.., no - its missing half the features of the d3d blitter.  also d3d7 works fine out of the box, most of the time the user has to install the dx9 runtime package for dx9... (even on win8+)
dx9 blitter also It doesn't have pause / recording/replaying icons, and is missing the chat feature for kaillera.

Also most sound cores run at less than 44100hz (hw-rate), so resampling to 96k will be even more lossy and induce possible aliasing than resampling to 44100/48khz.


Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1091
  • Karma: +59/-1
  • Helper
Re: Few program optimization
« Reply #2 on: May 28, 2020, 01:45:36 AM »
d3d7 works fine out of the box, most of the time the user has to install the dx9 runtime package for dx9... (even on win8+)

Sounds like a sufficient enough reason already to me, case closed i guess :)

Offline Loggan

  • Newbies
  • *
  • Posts: 19
  • Karma: +0/-3
Re: Few program optimization
« Reply #3 on: May 29, 2020, 12:01:33 PM »
Optional note, possibly include dxruntime as a component for windows-builds ?

Not having DX9 installed and trying to do DX9 may result in dissapointment.