It looks like soundfile module is a required test dependency but is not listed. To reproduce:
- Create a clean virtual environment
- Install pysox via
pip install sox
- Download and run the test suite from the GitHub repo
- Tests fail unless
soundfile is installed
Thanks for the code. Feel free to disregard this message if it seems like I'm confused.
It looks like
soundfilemodule is a required test dependency but is not listed. To reproduce:pip install soxsoundfileis installedThanks for the code. Feel free to disregard this message if it seems like I'm confused.