上传者: 42120275
|
上传时间: 2021-11-07 17:48:55
|
文件大小: 212KB
|
文件类型: -
python-pesq
适用于Python用户的PESQ(语音质量的感知评估)包装
这段代码是专门为numpy数组设计的。
要求
C compiler
numpy
cython
编译安装
$ git clone https://github.com/ludlows/python-pesq.git
$ cd python-pesq
$ pip install . # for python 2
$ pip3 install . # for python 3
$ cd ..
$ rm -rf python-pesq # remove the code folder since it exists in the python package folder
用pip安装
# PyPi Repository
$ pip install pesq
# The Latest Version
$ pi