Get sounds from Hearthstone cards.
Sounds are stored on Google Storage at
gs://hearthsounds
. HearthstoneJSON is used
to get card data.
gsutil ls gs://hearthsounds | sed 's#.*/##' > hs_storage.csv
sqlite3 hs_storage.db < hs_storage.sql
This caches the sound file directory for faster lookup.