This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Takes one or more raw inputs, splits into smaller sections, prepends on an intro, cleans audio | |
and compresses for upload to slack | |
""" | |
import subprocess | |
from os import listdir | |
from os.path import isfile, join | |
split_times = [ | |
{ | |
"name": "Test V1d 1", |