tictacsync 0.3a1__py3-none-any.whl → 0.3a2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tictacsync might be problematic. Click here for more details.
- tictacsync/timeline.py +4 -3
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/METADATA +1 -1
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/RECORD +7 -7
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/LICENSE +0 -0
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/WHEEL +0 -0
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/entry_points.txt +0 -0
- {tictacsync-0.3a1.dist-info → tictacsync-0.3a2.dist-info}/top_level.txt +0 -0
tictacsync/timeline.py
CHANGED
|
@@ -607,8 +607,8 @@ class AudioStitcherVideoMerger:
|
|
|
607
607
|
mix_tracks = [t-shift for t in mix_tracks]
|
|
608
608
|
logger.debug('new mix_tracks: %s'%mix_tracks)
|
|
609
609
|
return _sox_keep(multichan_tmpfl, mix_tracks)
|
|
610
|
-
|
|
611
|
-
|
|
610
|
+
else: # no tracks declaration, mix programmatically
|
|
611
|
+
return _sox_mix(_split_channels(multichan_tmpfl))
|
|
612
612
|
|
|
613
613
|
def build_audio_and_write_video(self, top_dir, output_dir,
|
|
614
614
|
write_multicam_structure,
|
|
@@ -687,7 +687,8 @@ class AudioStitcherVideoMerger:
|
|
|
687
687
|
mixes = [self._get_mix(device, multi_chan_audio)
|
|
688
688
|
for device, multi_chan_audio
|
|
689
689
|
in merged_audio_files_by_device]
|
|
690
|
-
logger.debug('
|
|
690
|
+
logger.debug('there are %i dev mixes'%len(mixes))
|
|
691
|
+
logger.debug('mixes %s'%mixes)
|
|
691
692
|
dev_mixes_mix = _sox_mix(mixes)
|
|
692
693
|
# dev_mixes_mix = _sox_combine([audio for _, audio
|
|
693
694
|
# in merged_audio_files_by_device]) # all devices
|
|
@@ -5,11 +5,11 @@ tictacsync/entry.py,sha256=ptE6Vf1SeAg-Bc8-O3Ni8KnZhU6LtAHYHZqCHMsPt98,11391
|
|
|
5
5
|
tictacsync/multi2polywav.py,sha256=Zl5EP2Yf-PKiZ8ewRSwqWsDULvKKjeWANK_-Yd5RAg4,7279
|
|
6
6
|
tictacsync/remergemix.py,sha256=BUtZ8YHw5Oz8VseTD-A4imNbtF7h391pw5yyl6v6OG4,4885
|
|
7
7
|
tictacsync/synciso.py,sha256=XmUcdUF9rl4VdCm7XW4PeYWYWM0vgAY9dC2hapoul9g,4821
|
|
8
|
-
tictacsync/timeline.py,sha256=
|
|
8
|
+
tictacsync/timeline.py,sha256=XVFnvxzM6uZmsWjhsl6Yadjp7M7YwUqy0xcXitmx63s,45977
|
|
9
9
|
tictacsync/yaltc.py,sha256=eGCDzp5aTF4zqFN4wNfiESXRnaHEXtQB-u13gYBf8g8,76810
|
|
10
|
-
tictacsync-0.
|
|
11
|
-
tictacsync-0.
|
|
12
|
-
tictacsync-0.
|
|
13
|
-
tictacsync-0.
|
|
14
|
-
tictacsync-0.
|
|
15
|
-
tictacsync-0.
|
|
10
|
+
tictacsync-0.3a2.dist-info/LICENSE,sha256=ZAOPXLh1zlQAnhHUd7oLslKM01YZ5UiAu3STYjwIxck,1068
|
|
11
|
+
tictacsync-0.3a2.dist-info/METADATA,sha256=NB4_AB8eD5SLW6vNcNHsu1PCHWdwIez2lcXW5KNeO4Y,5298
|
|
12
|
+
tictacsync-0.3a2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
13
|
+
tictacsync-0.3a2.dist-info/entry_points.txt,sha256=g3tdFFrVRcrKpuyKOCLUVBMgYfV65q9kpLZUOD_XCKg,139
|
|
14
|
+
tictacsync-0.3a2.dist-info/top_level.txt,sha256=eaCWG-BsYTRR-gLTJbK4RfcaXajr0gjQ6wG97MkGRrg,11
|
|
15
|
+
tictacsync-0.3a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|