Alsa Player 0.99.82

AlsaPlayer is a type of PCM player. It is heavily multi-threaded and tries to exercise the ALSA library and driver quite a bit. It has some very interesting features unique to Linux/Unix players. The goal is to create a fully pluggable framework for playback of all sorts of media with the focus on PCM audio data. The core code was written by Andy Lo-A-Foe with contributions from many other folks. See the credits files for details. The name AlsaPlayer might be confusing a bit today since we now support a whole bunch of different output systems. The old default OSS audio interface is supported, as well as Esound, NAS (Network Audio Server), Sparc and SGI audio outputs. the most interesting new output is JACK. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation. We believe that this interface will become the preferred one. JACK uses ALSA for interfacing with the audio hardware.

Tags audio pcm linux alsa music player c cpp
License GNU GPLv3
State stable

Recent Releases

0.99.8212 Dec 2024 12:37 major feature: A long awaited release: 0.99.82 I apologize for that delay. I think I miss-understood a message from erikd on the mailing list. The hard work was done by erikd - Erik De Castro Lopo. It consist of a rewrite of the internal of AlsaPlayer in order to suit contemporary coding audio standards with modern computing. Edit: I done an new archive alsaplayer-0.99.82.tar.gz that contain the configure script and its associated files. With the 2 other files, please run ./autogen.sh before ./configure.