slp-rl / aero

This repo contains the official PyTorch implementation of "Audio Super Resolution in the Spectral Domain" (ICASSP 2023)
MIT License
190 stars 24 forks source link

How to successfully install sox in conda virtual environment? #20

Open yalcincenik opened 7 months ago

yalcincenik commented 7 months ago

I have created virtual enviroment, where I installed all the requirements.txt into that envrioment. However, although I add the PATH variable of the installed Sox, when I call the resample_data.py I got the error SoX is not found. My OS is Win11 btw.