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

@ -400,7 +400,8 @@ SQL;
$entry["id"] = $file->getDbId();
$entry["pos"] = $pos;
$entry["cliplength"] = $file->getDbLength();
$entry["cueout"] = $file->getDbLength();
$entry["cueout"] = $file->getDbCueout();
$entry["cuein"] = $file->getDbCuein();
return $entry;
} else {