For my purposes, I want to create a simple bash script, that will notify me when appropriate conditions will meet. Is there a way to make a sound alert from Android Terminal Emulator? I'm running Cyanogenmod 10.1.
Asked
Active
Viewed 1,402 times
.wav
file from Android Terminal Emulator? – enedil Feb 21 '14 at 16:07aplay something.wav
– so I assumeaplay
is the command used for that?aplay
could stand for "audio player", at least (yuck, but might rather be "alsa player"). – Izzy Feb 21 '14 at 16:57