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

16 lines
273 B
Ruby

#!/usr/bin/ruby -w
class T_0026sync_pcm < Test
def description
return "mkvmerge / PCM sync / in(WAV)"
end
def run
merge("--sync 0:500 data/wav/v.wav")
hash = hash_tmp
merge("--sync 0:-500 data/wav/v.wav")
return hash + "-" + hash_tmp
end
end