# File lib/espeak/voice.rb, line 6
    def initialize(attributes)
      @language = attributes[:language]
      @name     = attributes[:name]
      @gender   = attributes[:gender]
      @file     = attributes[:file]
    end