mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			321 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			321 B
		
	
	
	
	
	
	
	
Name
aplay - play a sound
Synopsis
$ aplay [--loop] <path>
Description
This program plays a sound specified in path through AudioServer.
Options
- -l,- --loop: Loop playback
Arguments
- path: Path to audio file
Examples
$ aplay ~/sound.wav
$ aplay -l ~/music.wav
