We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6bccb commit 9ab5581Copy full SHA for 9ab5581
1 file changed
syncstart.py
@@ -9,7 +9,7 @@
9
- compute offset via correlation using scipy ifft/fft
10
- print ffmpeg/ffprobe output unless quieted by option
11
- show diagrams to allow MANUAL correction using ZOOM unless suppressed by option
12
-- print result as instruction of as CSV
+- print result as instruction or as CSV
13
14
MANUAL correction with ZOOM:
15
@@ -90,7 +90,7 @@ def z_score_normalization(array):
90
91
92
def header(cmdstr):
93
- hdr = '-'*len(cmdstr)
+ hdr = '-'*12
94
print('%s\n%s\n%s'%(hdr,cmdstr,hdr))
95
96
0 commit comments