mkvtoolnix/tests/test-203wavpack_with_correctiondata.rb

14 lines
245 B
Ruby

#!/usr/bin/ruby -w
class T_203wavpack_with_correctiondata < Test
def description
return "mkvmerge / audio only / WavPack with correction data (*.wv)"
end
def run
merge("data/wp/with-correction.wv")
return hash_tmp
end
end