mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
686 B
686 B
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:
aplay {{[-d|--duration]}} 10 {{[-r|--rate]}} 2500 {{path/ke/file}}
- Dengarkan file raw sebagai file
.audengan 22050 Hz, mono, 8-bit, Mu-Law:
aplay {{[-c|--channels]}} 1 {{[-t|--file-type]}} raw {{[-r|--rate]}} 22050 {{[-f|--format]}} mu_law {{path/ke/file}}
- Tampilkan daftar perangkat audio yang tersedia:
aplay {{[-l|--list-devices]}}