Alberto Pettarin
Alberto Pettarin
@maxspam : What is your device? I believe this is related to issue #3 .
See #180 as well.
No, aeneas it is not designed for phoneme alignment. You can find many tools for forced alignment listed here: https://github.com/pettarin/forced-alignment-tools On 6/20/21 12:48 AM, j-j-kam wrote: > I do not...
Actually now I have a venv with PyPy, and aeneas works as expected, including the C extensions. (Perhaps I had a caching problem with the whl when using pip.) However,...
To be honest, on top of my mind I cannot answer. It might be a limitation of the current implementation of multilevel. I would need to check the code.
Working on it. Code that reads the WAVE file directly is already present in cmfcc. To allow complete on-disk computation (maybe an option to be requested via rconf), we need...
@johnking hi, you might want something like this: ``` @property def json_string(self): """ Return a JSON representation of the sync map. :rtype: string .. versionadded:: 1.3.1 """ def visit_children(node, level):...
Note: as pointed out by one user, having a "permanent cache" would help solving the problems with TTS services failing (e.g., due to network problems/latency), invalidating the whole cache at...
Working on it
I have experienced the same issue: reflowable EPUB 3 with Media Overlays, passing EpubCheck 4 just fine, SMIL valid (no empty elements, no elements with zero duration, etc.). One column...