raymondxyy / pyaudlib

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

Adding back PYTHONPATH to use repo audlib resources #26

Closed andrewwuan closed 4 years ago

andrewwuan commented 4 years ago

Without PYTHONPATH pytest will use the pip installed audlib in site-packages instead of the audlib in the cloned repository. Only the repository audlib have access to the resource folders.

andrewwuan commented 4 years ago

This fixes the build but doesn't add samples/ folder into the audlib release as mentioned in https://github.com/raymondxyy/pyaudlib/issues/25. Let me know if we still need to add those audio files to the PyPI release.

raymondxyy commented 4 years ago

Let's add the audio files to the release. License has been added.