@@ -228,7 +228,7 @@ which explains how to use the built-in command line tools.
228228* Arbitrary text fragment granularity (single word, subphrase, phrase, paragraph, etc.)
229229* Input audio file formats: all those readable by ` ffmpeg`
230230* Output sync map formats: AUD, CSV, EAF, JSON, SMIL, SRT, SSV, SUB, TSV, TTML, TXT, VTT, XML
231- * Tested languages: ARA, BUL, CAT, CYM, CES, DAN, DEU, ELL, ENG, EPO, EST, FAS, FIN, FRA, GLE, GRC, HRV, HUN, ISL, ITA, JPN, LAT, LAV, LIT, NLD, NOR, RON, RUS, POL, POR, SLK, SPA, SRP, SWA, SWE, TUR, UKR
231+ * Confirmed working on languages: ARA, BUL, CAT, CYM, CES, DAN, DEU, ELL, ENG, EPO, EST, FAS, FIN, FRA, GLE, GRC, HRV, HUN, ISL, ITA, JPN, LAT, LAV, LIT, NLD, NOR, RON, RUS, POL, POR, SLK, SPA, SRP, SWA, SWE, TUR, UKR
232232* MFCC and DTW computed via Python C extensions to reduce the processing time
233233* Several built-in TTS engine wrappers: eSpeak (default, FLOSS), Festival (FLOSS), Nuance TTS API (commercial)
234234* Default TTS (eSpeak) called via a Python C extension for fast audio synthesis
@@ -242,6 +242,7 @@ which explains how to use the built-in command line tools.
242242* Output an HTML file for fine tuning the sync map manually (` finetuneas` project)
243243* Execution parameters tunable at runtime
244244* Code suitable for Web app deployment (e.g., on-demand cloud computing)
245+ * Extensive test suite including 898 unit/integration/performance tests, that run and must pass before each release
245246
246247
247248# # Limitations and Missing Features
0 commit comments