# File lib/espeak/speech.rb, line 35
    def bytes()
      stdout_str, stderr_str, process = Open3.capture3(espeak_command(command_options, "--stdout") + " | " + std_lame_command(command_options))
      stdout_str
    end