tests/testthat/test_call.detect.multiple.R

test_that('Start before end.', {

  wave = load.wave('files/wave_1.wav')
  cd = call.detect.multiple(wave)

  expect_true(all(cd$end > cd$start))

})

Try the callsync package in your browser

Any scripts or data that you put into this service are public.

callsync documentation built on May 29, 2024, 5:30 a.m.