1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 04:55:00 +00:00
serenity/Base/usr/share/man/man1/aplay.md
2021-07-03 09:08:25 +02:00

28 lines
321 B
Markdown

## Name
aplay - play a sound
## Synopsis
```**sh
$ 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
```sh
$ aplay ~/sound.wav
$ aplay -l ~/music.wav
```