Skip to content

Commit

Permalink
sample adjust_format
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Jun 22, 2011
1 parent 7b8d628 commit 080db43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/adjust_wav_format.rb
Expand Up @@ -18,8 +18,7 @@
format = WavFile::readFormat open(f)
if format != base_format
puts `ffmpeg -i #{f} -ac #{base_format.channel} -ar #{base_format.hz} fixed_#{f}`
else
puts "#{f} is ok"
end
}



0 comments on commit 080db43

Please sign in to comment.