bvschaik / julius

An open source re-implementation of Caesar III
GNU Affero General Public License v3.0
2.79k stars 312 forks source link

Windows: use directsound by default instead of wasapi #675

Closed crudelios closed 1 year ago

crudelios commented 1 year ago

Fixes many audio issues still present in sdl

crudelios commented 1 year ago

Using directsound still has some drawbacks though, like increased latency and less compatibility with multiple outputs.

Another possible change would be to allow the user to select their preferred audio engine in the config window.