![]() |
![]()
| ![]() |
![]()
NAMEadplay - AdPlay/UNIX console-based OPL2 audio player SYNOPSISadplay [OPTION]... FILE... DESCRIPTIONAdPlay/UNIX is AdPlug's UNIX console-based frontend. It tries to play back all given FILEs, using one of many available output mechanisms. AdPlay/UNIX plays endlessly, if only one file is given. With multiple files, it plays them in a sequence and exits after the last file. The same can also be accomplished with only one file, by using the -o option. When using the disk writer, -o is implied. EXIT STATUSadplay returns 0 on successful operation. 1 is returned otherwise. OUTPUT MECHANISMSAdPlay/UNIX can play back using many different output mechanisms, which can be selected with the -O argument. The availability of a method depends on compile-time settings. Available methods are printed out after the help text, displayed with --help. Next is a brief description of all output mechanisms, following their abbreviations: oss -- Open Sound System (OSS) driverThis output method is available on most Linux and other UNIX systems. null -- Total silenceDiscards anything sent to it. It can be useful for testing purposes. disk -- Disk writerWrites its output to a file in Microsoft RIFF WAVE format. esound -- EsounD outputCreates a socket connection to an EsounD server and streams the audio to it. qsa -- QNX Sound Architecture (QSA) driverUses the QNX system's standard output method. sdl -- Simple Directmedia Layer (SDL) driverUses the SDL library for sound output. The library has a broader platform support than any of the other output methods. Thus, it could be useful on some exotic systems. alsa -- Advanced Linux Sound Architecture (ALSA) driverUses the standard output method on newer Linux systems. ao -- libao driverLibao is a cross-platform audio library with very broad platform support. Might be useful on systems, where SDL is not available, and generally to do tricky things. OPTIONSThe order of the option commandline parameters is not important, except for the -d option, which always has to be specified after an -O option. Output selection:
OSS driver (oss) specific:
Disk writer (disk) specific:
EsounD output (esound) specific:
ALSA driver (alsa) specific:
Playback quality:
Informative output:
Playback:
Miscellaneous:
AUTHORSimon Peter <dn.tlp@gmx.net>
|