# File lib/espeak/speech.rb, line 28
    def save(filename)
      system(espeak_command(command_options, "--stdout") + " | " + lame_command(filename, command_options))
    end