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
@@ -245,16 +248,44 @@ which explains how to use the built-in command line tools.
245
248
* Output an HTML file for fine tuning the sync map manually (`finetuneas` project)
246
249
* Execution parameters tunable at runtime
247
250
* Code suitable for Web app deployment (e.g., on-demand cloud computing instances)
248
-
* Extensive test suite including 1,000+ unit/integration/performance tests, that run and must pass before each release
251
+
* Extensive test suite including 1,200+ unit/integration/performance tests, that run and must pass before each release
249
252
250
253
251
254
## Limitations and Missing Features
252
255
253
256
* Audio should match the text: large portions of spurious text or audio might produce a wrong sync map
254
257
* Audio is assumed to be spoken: not suitable for song captioning, YMMV for CC applications
255
-
* No protection against memory trashing if you feed extremely long audio files (>1.5h per single audio file)
258
+
* No protection against memory swapping: be sure your amount of RAM is adequate for the maximum duration of a single audio file (e.g., 4 GB RAM => max 2h audio; 16 GB RAM => max 10h audio)
0 commit comments