raymondxyy / pyaudlib

A speech signal processing library in Python with emphasis on deep learning.
MIT License
31 stars 6 forks source link

Use sph2pipe v2.5 with official .exe for Windows #12

Closed andrewwuan closed 5 years ago

andrewwuan commented 5 years ago

sph2pipe v2.5 comes with an official Windows build. We should use this build since there is no instruction for Windows users on how to build sph2pipe executables. In addition, if we use python -m pytest tests/... to run tests, PYTHONPATH is automatically handled.