faroit / python_audio_loading_benchmark

Benchmark popular audio i/o packages
138 stars 10 forks source link

Update install instructions for local installation #3

Closed hagenw closed 4 years ago

hagenw commented 5 years ago

I don't know if it is desired to run the benchmark outside of a docker container, but i think it is a nice addition to also add some instructions to run the benchmark just in a virtual environment.

I also added aubio==0.4.9 to requirementst.txt, but maybe there was a particular reason why you installed it explicitely in the Docker container instead?

faroit commented 5 years ago

I don't know if it is desired to run the benchmark outside of a docker container, but i think it is a nice addition to also add some instructions to run the benchmark just in a virtual environment.

well, if you can make it. I was trying hard for several days. But neither pip nor conda worked for me on OSX. There where problems with either gstreamer (conda), aubio (pip) or torchaudio (both)... Feel free to try it, but I really don't know if its worth the efford. Codecs are a mess ;-)

I also added aubio==0.4.9 to requirementst.txt, but maybe there was a particular reason why you installed it explicitely in the Docker container instead?

yes the pip wheels didn't ship all the codecs, at least not on mac, thats why i installed it from source

hagenw commented 5 years ago

Works perfectly here under Linux (sorry uploaded first the wrong figure) benchmark_np

faroit commented 4 years ago

sorry for the long delay 👍

hagenw commented 4 years ago

Cool, thanks.