CC-3018: Automatically strip out silence from audio tracks
- done
This commit is contained in:
parent
3cad875d0c
commit
b8f80866cf
16 changed files with 236 additions and 31 deletions
|
@ -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")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue