another function rename in the test
This commit is contained in:
parent
854eee5c5c
commit
e060c0a9bc
1 changed files with 1 additions and 1 deletions
|
@ -83,5 +83,5 @@ reference = int16((2 ^ 15 - 1) * sin(phase))
|
||||||
f = af_open("test/sinwave.flac")
|
f = af_open("test/sinwave.flac")
|
||||||
@test f.sfinfo.channels == 1
|
@test f.sfinfo.channels == 1
|
||||||
@test f.sfinfo.frames == 2 * samplerate
|
@test f.sfinfo.frames == 2 * samplerate
|
||||||
actual = readFrames(f, 2 * samplerate)
|
actual = read(f, 2 * samplerate)
|
||||||
@test_approx_eq(reference, actual)
|
@test_approx_eq(reference, actual)
|
||||||
|
|
Loading…
Reference in a new issue