1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
This is a brief overview of user-visible changes in adplay.
Changes for version 1.9:
------------------------
- Tie in with AdPlug 2.4
- SDL2 compilation support
- Fix a subsong playback corner case
- RAW file writer
Changes for version 1.8.1:
--------------------------
- Tie in with AdPlug 2.3.2
- Add surround effect support for NukedOPL
Changes for version 1.8:
------------------------
- Tie in with AdPlug 2.3 release
- Support for NukedOPL emulator
- Various bug fixes
Changes for version 1.7:
------------------------
- Changed default subsong to default subsong of file.
- ALSA playback works better with recent ALSA releases
- Surround/harmonic synth is now default (use --mono for old behaviour)
Changes for version 1.6:
------------------------
- Added the following output mechanisms:
- libao: libao driver
Changes for version 1.5:
------------------------
- Made compatible with AdPlug 2.0.
Changes for version 1.4:
------------------------
- Added the following output mechanisms:
- alsa: Advanced Linux Sound Architecture (ALSA) driver
Changes for version 1.3:
------------------------
- Disk writer now writes proper files on big endian machines.
- AdPlug Database support.
- Added verbosity level options.
- Added the following output mechanisms:
- esound: EsounD (ESD) driver
- qsa: QNX Sound Architecture (QSA) driver
- sdl: Simple Directmedia Layer (SDL) driver
Changes for version 1.2:
------------------------
- Updated man page.
- Many build fixes.
- Modularized output system.
- Added the following output mechanisms:
- oss: Open Sound System (OSS) driver
- null: Null (silent) output
- disk: Disk writer
Changes for version 1.1:
------------------------
- Rewrote using GNU autotools.
- Wrote man page.
- FreeBSD fixes.
|