Skip to content

EDVoice v0.6.0

Compare
Choose a tag to compare
@lambda-pixel lambda-pixel released this 04 Oct 18:08
· 38 commits to master since this release
3074be8

This release introduces the support for Linux : both the GUI and the sound system now work natively on Linux thanks to SDL3 and SDL_Mixer.

Windows users can also use any combination of these back-end instead of native WIN32 ones.

New

  • Linux support: Full GUI and audio support via SDL3 and SDL_Mixer.
  • Windows improvements: SDL3 can work alongside WIN32, SDL_Mixer, or any combination.

Improvements

  • Thread management fixes to prevent never-ending loops
  • Various code cleanups and warnings removed
  • Added a forced update on Status.json as well - delayed otherwise on Linux, may have been the case on Windows