in reply to Re: Playing wav files
in thread Playing wav files
FWIW, this is an option on OS X–
moo@cowi>perl -e 'system say => qw/ Ohai der /' moo@cow>which say /usr/bin/say # say - Convert text to audible speech
I use it for short scripts or command line stuff since the visual bell isn't always enough. Stuff like–
run-my-thing.pl || say "Epic fail, hire a real programmer" # or echo "Long running script." && say "Done. Finally. Jeeze."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Playing wav files
by bliako (Abbot) on Feb 09, 2019 at 09:40 UTC |