You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/speechx
Hui Zhang a088066e02
Update README.md
3 years ago
..
cmake move egs from codelab to examples 3 years ago
docker dir arch (#1347) 3 years ago
examples fix speech egs 3 years ago
patch align linear_feature & nnet 3 years ago
speechx add valgrind 3 years ago
tools fix speech egs 3 years ago
.gitignore fix speech egs 3 years ago
CMakeLists.txt move egs from codelab to examples 3 years ago
README.md Update README.md 3 years ago
TODO.md add valgrind 3 years ago
build.sh move egs from codelab to examples 3 years ago

README.md

SpeechX -- Speech Inference All in One

Test under Ubuntu 16.04.7 LTS.

Build

./build.sh

Valgrind

If using docker please check --privileged is set when docker run.

  1. Fatal error at startup: a function redirection which is mandatory for this platform-tool combination cannot be set up
apt-get install libc6-dbg
pushd tools
./setup_valgrind.sh
popd