ACM@UIUC TIL logo ACM@UIUC TIL

The say command can be a fun party trick.

$ say Get ready for the bass to drop

Your friends will be even more impressed when you use some of the alternate voices.

$ say -v Daniel "Would you like a cup of tea?"

To see all the alternate voices available, type the following

$ say -v '?'

source