コード例 #1
0
ファイル: videogrep.py プロジェクト: streamgao/videogrep
def create_timestamps(inputfiles):
    files = audiogrep.convert_to_wav(inputfiles)
    audiogrep.transcribe(files)
コード例 #2
0
ファイル: videogrep.py プロジェクト: talaikis/videogrep
def create_timestamps(inputfiles):
    files = convert_to_wav(inputfiles)
    transcribe(files)
コード例 #3
0
ファイル: videogrep.py プロジェクト: wesavetheworld/videogrep
def create_timestamps(inputfiles):
    files = audiogrep.convert_to_wav(inputfiles)
    audiogrep.transcribe(files)