We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48583b4 commit 45f439aCopy full SHA for 45f439a
paddlespeech/audiotools/requirements.txt
setup.py
@@ -123,6 +123,11 @@ def determine_matplotlib_version():
123
"scikit-learn",
124
"pathos",
125
"kaldiio",
126
+ "ffmpeg-python",
127
+ "ffmpy",
128
+ "flatten_dict",
129
+ "pyloudnorm",
130
+ "rich",
131
]
132
133
server = ["pattern_singleton", "websockets"]
tests/unit/ci.sh
@@ -1,7 +1,6 @@
1
function main(){
2
set -ex
3
speech_ci_path=`pwd`
4
- python -m pip install -r ../../paddlespeech/audiotools/requirements.txt
5
6
echo "Start asr"
7
cd ${speech_ci_path}/asr
0 commit comments