Skip to content

Releases: mupen64plus/mupen64plus-audio-sdl

nightly-build

12 Apr 04:13
7255911
Compare
Choose a tag to compare
nightly-build Pre-release
Pre-release
Remove SDL1 support (#45)

* build: remove executable permissions from Makefile

* build: remove SDL1 support

* src: remove SDL1 code path

Mupen64Plus v2.6.0

15 Jul 02:59
Compare
Choose a tag to compare

Source tarball for the "Audio-SDL" module of the Mupen64Plus v2.6.0 release.

Mupen64Plus v2.5.9

17 Feb 06:43
Compare
Choose a tag to compare
Mupen64Plus v2.5.9 Pre-release
Pre-release

Source tarball for the "Audio-SDL" module of the Mupen64Plus v2.5.9 release.

Mupen64Plus v2.5

28 Apr 04:58
Compare
Choose a tag to compare

Source tarball for the "Audio-SDL" module of the Mupen64Plus v2.5 release.

2.0

17 Dec 21:01
Compare
Choose a tag to compare
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

17 Dec 21:01
Compare
Choose a tag to compare
  • added version number to SDL-audio plugin config parameters, to support future changes
  • updated audio plugin for new Mupen64plus 2.0 API versioning scheme
  • makefile fixes and improvements

1.99.4

17 Dec 21:01
Compare
Choose a tag to compare
  • Bugfix: Plugin should write default config values at startup time
  • Bugfix: fixed fast-forward for banjo-kazooie and other games which was broken due to limitation in basic resampling algorithm
  • many makefile fixes and improvements

1.99.3

17 Dec 21:16
Compare
Choose a tag to compare
  • 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

17 Dec 21:15
Compare
Choose a tag to compare
  • 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

1.99.1

17 Dec 21:15
Compare
Choose a tag to compare
  • Converted to new Mupen64Plus 2.0 API
  • Code cleanup to remove non-standard data types
  • Refactored build system to separate source and object files
  • bugfix #269: jttl_audio segfaults on exit due to incorrectly ordered shutdown code