CC-3018: Automatically strip out silence from audio tracks

- done
This commit is contained in:
James 2013-01-03 14:02:06 -05:00
parent 3cad875d0c
commit b8f80866cf
16 changed files with 236 additions and 31 deletions

View file

@ -94,6 +94,8 @@ CREATE TABLE "cc_files"
"soundcloud_upload_time" TIMESTAMP(6),
"replay_gain" NUMERIC,
"owner_id" INTEGER,
"cuein" interval default '00:00:00',
"cueout" interval default '00:00:00',
"hidden" BOOLEAN default 'f',
PRIMARY KEY ("id")
);