Sha256: f4be6ab65deda8c37c8b43eab2fa8b28f87eed17c244f3433335d57b5cbad072
Contents?: true
Size: 290 Bytes
Versions: 46
Compression:
Stored size: 290 Bytes
Contents
#!/usr/bin/ruby hertz =48000 system "yes | ffmpeg -i #{ARGV.first} -ar #{hertz} one_temp.mp3"; puts "DONE" system "yes | ffmpeg -i #{ARGV[1]} -ar #{hertz} -filter:a \"volume=0.1\" two_temp.mp3"; puts "DONE" system "sox -m one_temp.mp3 two_temp.mp3 three_temp.mp3; mplayer three_temp.mp3";
Version data entries
46 entries across 46 versions & 6 rubygems