Releases: mupen64plus/mupen64plus-audio-sdl
Releases · mupen64plus/mupen64plus-audio-sdl
nightly-build
Remove SDL1 support (#45) * build: remove executable permissions from Makefile * build: remove SDL1 support * src: remove SDL1 code path
Mupen64Plus v2.6.0
Mupen64Plus v2.5.9
Source tarball for the "Audio-SDL" module of the Mupen64Plus v2.5.9 release.
Mupen64Plus v2.5
Source tarball for the "Audio-SDL" module of the Mupen64Plus v2.5 release.
2.0
- Add support for resampling with speexdsp library
- Add more resampling quality options
- Bugfix: Don't assume OSS is installed in all linux systems.
- Bugfix: Some combinations of VolumeSetLevel and VolumeMute caused VolumeGetString to return "Mute" when not muted
- Make SDL volume handling the default, since OSS is no longer included in the kernel.
- Minor refactoring of volume handling code.
- MS Visual Studio 2012 project files
- Makefile improvements
- support for ARM and MINGW architectures
- support for cross-compiling (MXE win32 builds under Unix)
1.99.5
1.99.4
1.99.3
- sync with core<-->plugin API change for RomOpen()
- bugfix: logical error in previous audio refactoring causing slowdown/lockup on loading savestate or re-initializing audio
- Makefile improvements:
- 'sdl-config --libs' can give "-Wl,-rpath", so plugin must be linked with CC instead of LD
- issue #257: added to makefile OS type GNU/kFreeBSD
1.99.2
- 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