You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
527 B

.Dd July 27 2015
.Dt play-audio 1
.Sh NAME
.Nm play-audio
.Nd audio player using the Android media system
.Sh SYNOPSIS
.Nm play-audio
.Op Ar files
.Sh DESCRIPTION
The
.Nm play-audio
utility plays the files listed as arguments, in order, using the Android media system.
.Pp
The supported media formats may vary across difference devices and Android versions.
.Sh EXAMPLES
Play two ogg files in succession:
.Pp
.Dl $ play-audio path/to/first.ogg path/to/second.ogg
.Pp
.Sh AUTHOR
.An Fredrik Fornwall Aq Mt fredrik@fornwall.net