Automated build of pyAudioAnalysis (https://github.com/tyiannak/pyAudioAnalysis), latest using git
309
Docker Image for pyAudioAnalysis.
This docker image adds a script (/autorun.sh) that demonstrates how to process all mp3 files in a folder to extract features with given parameters. You will need to start your docker image by mapping a folder with mp3 files to /data folder in the docker image. When the docker image runs, it run bash. You can run /autorun.sh to process the mp3 files
mp3foldermp3folder to /data:docker run -v mp3folder:/data -w '/data' -i -t garyfeng:docker-pyaa
bash to wait for your input.bash, run /autorun.sh. It will scan the mp3 files in the folder and write feature files.exitContent type
Image
Digest
Size
588.8 MB
Last updated
almost 9 years ago
docker pull garyfeng/docker-pyaa