diff --git a/.travis.yml b/.travis.yml index 8bbdcb1..fb795aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,12 +28,12 @@ script: # simple sanity check - cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null # some LPCNet ctests + - ls -l - cd $BUILDDIR && ctest # Re-build codec2 with LPCNet and test FreeDV 2020 support - cd $CODEC2DIR/build_linux - make clean - cmake -DLPCNET_BUILD_DIR=$BUILDDIR .. - - ls -l - make - cd src # sanity check diff --git a/unittest/lpcnet_190215.f32 b/unittest/lpcnet_190215.f32 new file mode 100644 index 0000000..4881544 Binary files /dev/null and b/unittest/lpcnet_190215.f32 differ diff --git a/unittest/lpcnet_20h.f32 b/unittest/lpcnet_20h.f32 new file mode 100644 index 0000000..28a8900 Binary files /dev/null and b/unittest/lpcnet_20h.f32 differ