Installing libsndfile1

This commit is contained in:
Tilman Kamp 2019-03-04 15:25:44 +01:00
parent e9bf4d7364
commit abd693f4c5

View File

@ -9,6 +9,7 @@ target_dir="${ML_GROUP_DIR}/ds/training/augmented"
mkdir -p "${target_dir}"
git clone https://github.com/mozilla/voice-corpus-tool.git /tmp/vocoto
apt-get install -y libsndfile1
pip3 install -r /tmp/vocoto/requirements.txt
vocoto () {
python3 /tmp/vocoto/voice.py "$@"