1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-03-09 19:02:35 +00:00

1. enabled silece stripping in chunks when recycling audio from asr logs

2. limit asr recycling to 1 min of start audio to get reliable alignments and ignoring agent channel
3. added rev recycler for generating asr dataset from rev transcripts and audio
4. update pydub dependency for silence stripping fn and removing threadpool hardcoded worker count
This commit is contained in:
2020-05-27 14:22:44 +05:30
parent fca9c1aeb3
commit 1f2bedc156
5 changed files with 208 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ def dump_validation_ui_data(
def exec_func(f):
return f()
with ThreadPoolExecutor(max_workers=20) as exe:
with ThreadPoolExecutor() as exe:
print("starting all plot tasks")
pnr_data = filter(
None,