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
|
@ -143,7 +143,8 @@ class Application_Model_Scheduler
|
|||
$data = $this->fileInfo;
|
||||
$data["id"] = $id;
|
||||
$data["cliplength"] = $file->getDbLength();
|
||||
$data["cueout"] = $file->getDbLength();
|
||||
$data["cuein"] = $file->getDbCuein();
|
||||
$data["cueout"] = $file->getDbCueout();
|
||||
|
||||
$defaultFade = Application_Model_Preference::GetDefaultFade();
|
||||
if (isset($defaultFade)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue