mkvtoolnix/tests/test-0203wavpack_with_correctiondata.rb

14 lines
246 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
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