Skip to content

1.99.2

Compare
Choose a tag to compare
@ecsv ecsv released this 17 Dec 21:15
· 206 commits to master since this release
  • new feature: Completely re-wrote buffering/synchronization code:
    • Buffer parameters now work as advertised and all use the same units
    • Bugfix: previous defaults and algorithm behavior caused audio choppiness on slower PCs
    • Bugfix: maximum speed was previously limited to low value by constraints from primary buffer size
  • bugfix: SDL volume control will always be used on systems without OSS support
  • new feature: added MSVC8 project file, minor code refactoring to build in Windows
  • Makefile improvements:
    • throw error if OS/CPU not supported
    • use DESTDIR in install/uninstall paths
    • Allow user-specified CC/CXX/LD paths