# File lib/espeak/speech.rb, line 43
    def bytes_wav()
      stdout_str, stderr_str, process = Open3.capture3(espeak_command(command_options, "--stdout"))
      stdout_str
    end