Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: mb on December 21, 2011, 04:08:20 PM

Title: Smallest v. basic command-line audio player?
Post by: mb on December 21, 2011, 04:08:20 PM
I'm looking for a tiny audio player. All i want it for is to play a beep when startup is complete. That kind of thing. I don't want to use the 'standard' linux beep, as that is the harshest, loudest sound known to man. So my only requirement is to play a basic wav from a command. therefore i'm hoping for a pretty tiny player.

Suggestions?
Title: Re: Smallest v. basic command-line audio player?
Post by: bmarkus on December 21, 2011, 04:27:26 PM
Try aplay, part of ALSA.
Title: Re: Smallest v. basic command-line audio player?
Post by: mb on December 21, 2011, 05:24:26 PM
thanks, perfect
Title: Re: Smallest v. basic command-line audio player?
Post by: hiro on December 22, 2011, 06:42:49 AM
or ossplay if you use oss :D
Title: Re: Smallest v. basic command-line audio player?
Post by: mb on December 27, 2011, 10:10:06 AM
ok the only issue i am having with aplay is that it prevents my mpd from playing (automatically), even with the -N flag, ('non-blocking). Any ideas?
Title: Re: Smallest v. basic command-line audio player?
Post by: hiro on December 27, 2011, 12:02:57 PM
With the right alsa configuration you could use "dmix" for having multiple clients play at the same time.