PackageDescription: AudioPlayer
Audio PlayerLast published: February 28, 2007 by 'davidsh'
Defines 4 Classes
Extends 4 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.