tictacsync 0.3a1__tar.gz → 0.3a2__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tictacsync
3
- Version: 0.3a1
3
+ Version: 0.3a2
4
4
  Summary: command for syncing audio video recordings
5
5
  Home-page: https://tictacsync.org/
6
6
  Author: Raymond Lutz
@@ -31,7 +31,7 @@ setup(
31
31
  'multi2polywav = tictacsync.multi2polywav:main',
32
32
  ]
33
33
  },
34
- version = '0.3a1',
34
+ version = '0.3a2',
35
35
  description = "command for syncing audio video recordings",
36
36
  long_description_content_type='text/markdown',
37
37
  long_description = long_descr,
@@ -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
- else: # no tracks declaration, mix programmatically
611
- return _sox_mix(_split_channels(multichan_tmpfl))
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('thera are %i dev mixes'%len(mixes))
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tictacsync
3
- Version: 0.3a1
3
+ Version: 0.3a2
4
4
  Summary: command for syncing audio video recordings
5
5
  Home-page: https://tictacsync.org/
6
6
  Author: Raymond Lutz
File without changes
File without changes
File without changes