https://github.com/adplug/adplay-unix
AdPlug's UNIX console-based frontend
https://github.com/adplug/adplay-unix
Last synced: 5 months ago
JSON representation
AdPlug's UNIX console-based frontend
- Host: GitHub
- URL: https://github.com/adplug/adplay-unix
- Owner: adplug
- License: gpl-2.0
- Created: 2015-06-21T06:32:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T23:41:37.000Z (over 1 year ago)
- Last Synced: 2025-04-10T14:45:18.047Z (about 1 year ago)
- Language: M4
- Size: 185 KB
- Stars: 11
- Watchers: 10
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
AdPlay/UNIX - UNIX console-based OPL2 audio player
Copyright (C) 2001 - 2025 Simon Peter
Description
-----------
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features. Despite this, at the moment, only
emulated OPL2 output is supported by AdPlay/UNIX, but this on a wide range
of output devices.
Prerequisites
-------------
The following libraries are needed in order to compile this program:
Library Version
------- -------
AdPlug >= 1.4, or >= 2.2 for full feature support
git
---
If you checked out from git, first run:
autoreconf --install
to generate the build cruft and get the configure script. You need recent
versions of autoconf, automake and libtool to do this. If autoreconf fails
for any reason or you are hacking on the build system, you can run each step
manually instead of using autoreconf:
libtoolize -c -f --install
aclocal -I m4
autoheader
automake -a -c
autoconf
Usage
-----
Start AdPlay/UNIX with at least one file to be played as parameter.
Additional commandline parameters are explained by typing:
adplay --help
Or by reading the man page. A more detailed doc will follow when i get the
time to write one. Any help is greatly appreciated!
- Simon Peter