mkvtoolnix/tests/test-0203wavpack_with_correctiondata.rb
2021-07-07 16:10:13 +02:00

14 lines
246 B
Ruby

#!/usr/bin/ruby -w
class T_0203wavpack_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