PackageDescription: AudioPlayer


Audio Player

Last published: December 9, 2008 by 'davidsh'

Defines 11 Classes
Extends 10 Classes


A frontend for the command line mpg123 audio player (http://www.mpg123.org). Create an audio player with:

sc := AudioPlayer default.
sc loadPlaylist: '/home/shaffer/mp3/various_artists-o_brother_where_art_thou.m3u'.
sc playNextSong.

Look at the commands and play lists method categories in AudioPlayer for more commands. I've also included a first stab at front-ending other players (VLC and MPlayer) but neither works.