The audio_filename command is used for setting the destination book name used for either book reading, or book conversion.

require 'cw'

cw do
   book_name 'book.txt'
   book_dir './books'
   audio_filename 'book.mp3'
   audio_dir './audio'
   wpm 18
   convert_book
end
Tags: commands