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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue