# File lib/shoutstreamer.rb, line 106
    def ConvertConfig.from_hash(h)
      new(h[FLAC_NAME], h[LAME_NAME], h[OGGDEC_NAME], h[MPLAYER_NAME], h[METAFLAC_NAME], h[WORKDIR_NAME])
    end