tests/testthat/test_load.wave.R

test_that('Class.', {

  wave = load.wave(path_audio_file = 'files/wave_1.wav')

  expect_true(as.character(class(wave)) == 'Wave')

})

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.