CC-430: Audio normalization (Replaygain Support)
-some minor fixes for default value (should be 0 dB not 1dB)
This commit is contained in:
parent
5c1af49252
commit
24349e64d8
5 changed files with 13 additions and 7 deletions
|
@ -124,7 +124,7 @@ CREATE TABLE "cc_files"
|
|||
"soundcloud_error_msg" VARCHAR(512),
|
||||
"soundcloud_link_to_file" VARCHAR(4096),
|
||||
"soundcloud_upload_time" TIMESTAMP(6),
|
||||
"replay_gain" VARCHAR(16),
|
||||
"replay_gain" VARCHAR(16) default '0',
|
||||
PRIMARY KEY ("id"),
|
||||
CONSTRAINT "cc_files_gunid_idx" UNIQUE ("gunid")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue