LAION-AI / audio-dataset

Audio Dataset for training CLAP and other models
615 stars 53 forks source link

How to download audiostock dataset? #79

Closed yangdongchao closed 1 year ago

yangdongchao commented 1 year ago

Hi, I want to ask how to download Epidemic Sound dataset. Following the link in the audiostock csv file, e.g. https://audiostock.net/audio/1111457/play , I find that I can download it by Windows browser, but it cannot used on linux system.

YuchenHui22314 commented 1 year ago

Wget works for me, on my ubuntu 18.04. Try wget https://audiostock.net/audio/1111457/play. Then you can write download scripts based on wget. Thank you!

YawYoung commented 1 year ago

Hey, where did you find the audiostock_meta.csv, thanks ~!