2026-06-12 17:51:25 -06:00
|
|
|
# aplay
|
|
|
|
|
|
|
|
|
|
> Pemutar suara untuk driver kartu suara ALSA.
|
|
|
|
|
> Informasi lebih lanjut: <https://manned.org/aplay>.
|
|
|
|
|
|
|
|
|
|
- Dengarkan file audio tertentu (sampling rate, bit depth, dll. akan ditentukan secara otomatis berdasarkan format file):
|
|
|
|
|
|
|
|
|
|
`aplay {{path/ke/file}}`
|
|
|
|
|
|
|
|
|
|
- Dengarkan file audio 10 detik pertama dari file tertentu pada 2500 Hz:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`aplay {{[-d|--duration]}} 10 {{[-r|--rate]}} 2500 {{path/ke/file}}`
|
2026-06-12 17:51:25 -06:00
|
|
|
|
|
|
|
|
- Dengarkan file raw sebagai file `.au` dengan 22050 Hz, mono, 8-bit, Mu-Law:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`aplay {{[-c|--channels]}} 1 {{[-t|--file-type]}} raw {{[-r|--rate]}} 22050 {{[-f|--format]}} mu_law {{path/ke/file}}`
|
2026-06-12 17:51:25 -06:00
|
|
|
|
|
|
|
|
- Tampilkan daftar perangkat audio yang tersedia:
|
|
|
|
|
|
|
|
|
|
`aplay {{[-l|--list-devices]}}`
|