mirror of https://github.com/drowe67/LPCNet.git
adding NN files in f32 format
parent
4c20759367
commit
286535a391
|
@ -28,12 +28,12 @@ script:
|
||||||
# simple sanity check
|
# simple sanity check
|
||||||
- cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null
|
- cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null
|
||||||
# some LPCNet ctests
|
# some LPCNet ctests
|
||||||
|
- ls -l
|
||||||
- cd $BUILDDIR && ctest
|
- cd $BUILDDIR && ctest
|
||||||
# Re-build codec2 with LPCNet and test FreeDV 2020 support
|
# Re-build codec2 with LPCNet and test FreeDV 2020 support
|
||||||
- cd $CODEC2DIR/build_linux
|
- cd $CODEC2DIR/build_linux
|
||||||
- make clean
|
- make clean
|
||||||
- cmake -DLPCNET_BUILD_DIR=$BUILDDIR ..
|
- cmake -DLPCNET_BUILD_DIR=$BUILDDIR ..
|
||||||
- ls -l
|
|
||||||
- make
|
- make
|
||||||
- cd src
|
- cd src
|
||||||
# sanity check
|
# sanity check
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue