You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the command: python -m aeneas.tools.execute_task .\audio\2.mp3 .\sync_text\2.xhtml "task_language=eng|os_task_file_format=smil|os_task_file_smil_audio_ref=../audio/2.mp3|os_task_file_smil_page_ref=../text/2.xhtml|is_text_type=unparsed|is_text_unparsed_id_regex=f[0-9]+|is_text_unparsed_id_sort=numeric" .\smil\2.smil -vv
the results:
i set up and ran for the first chapter and everything went smooth with: n m delta: 28836 25625 3000
the second chapter results in: n m delta: 39437 33752 3000
added a couple log statements in dtw.py and have determined this is the line where it breaks best_path = aeneas.cdtw.cdtw.compute_best_path( mfcc1, mfcc2, delta ) self.log([u"computing done"])
The text was updated successfully, but these errors were encountered:
sharinganthief
changed the title
No error on SMIL generation
Early exit with no error on SMIL generation
Jan 18, 2023
included "original" at 23 min or so and test file at 10 min, 10 works fine, original fails silently event with -r="dtw_margin=120", -r="dtw_margin=180", -r="dtw_margin=360" as found in another issue
test files here for the next 6 days - https://filebin.net/4peynbgh4armtrqc
the command:
python -m aeneas.tools.execute_task .\audio\2.mp3 .\sync_text\2.xhtml "task_language=eng|os_task_file_format=smil|os_task_file_smil_audio_ref=../audio/2.mp3|os_task_file_smil_page_ref=../text/2.xhtml|is_text_type=unparsed|is_text_unparsed_id_regex=f[0-9]+|is_text_unparsed_id_sort=numeric" .\smil\2.smil -vv
the results:
i set up and ran for the first chapter and everything went smooth with: n m delta: 28836 25625 3000
the second chapter results in: n m delta: 39437 33752 3000
added a couple log statements in dtw.py and have determined this is the line where it breaks
best_path = aeneas.cdtw.cdtw.compute_best_path( mfcc1, mfcc2, delta ) self.log([u"computing done"])
The text was updated successfully, but these errors were encountered: