put match text in transcribe output
This commit is contained in:
@@ -78,7 +78,7 @@ for audio_filename in audio_filenames:
|
||||
print(f'PARTIAL FOUND: {match}')
|
||||
match_list = fmap.map[match]
|
||||
if match_list is not None:
|
||||
match_list.append({'start': segment['start'], 'end': segment['end']})
|
||||
match_list.append({'text': segment['text'], 'start': segment['start'], 'end': segment['end']})
|
||||
|
||||
to_dump = {}
|
||||
for key in list(map.keys()):
|
||||
|
||||
Reference in New Issue
Block a user