Sha256: d00642c3ee3c28af26204ed63439904e886330d4175f6e4f4eaa7429efc5b7c3

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'ssml2mp3'

if ARGV.size == 0
  puts "#$0 ssml mp3"
  exit
end

ssml_path, mp3_path = ARGV

Ssml2mp3.synthesize_file(ssml_path, mp3_path)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ssml2mp3-0.1.1 exe/ssml2mp3
ssml2mp3-0.1.0 exe/ssml2mp3