【audio】fix file path of audiotools. (#3968)
* fix file path of audiotools. * fix importpull/3974/head
parent
bbf83c4a4e
commit
3b65a6c8be
@ -1,5 +1,4 @@
|
|||||||
python -m pip install -r ../../audiotools/requirements.txt
|
python -m pip install -r ../../../paddlespeech/audiotools/requirements.txt
|
||||||
export PYTHONPATH=$PYTHONPATH:$(realpath ../../..) # this is root path of `PaddleSpeech`
|
|
||||||
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz
|
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz
|
||||||
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz
|
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz
|
||||||
tar -zxvf audio.tar.gz
|
tar -zxvf audio.tar.gz
|
Loading…
Reference in new issue