The title command becomes available when using ebook2cw as a tone generator, and allows you to set the title of the destination mp3 file.
require "cw" cw do use_ebook2cw title "16 Random Words" shuffle word_count 16 print_letters end