Alberto Pettarin
Alberto Pettarin
Since the code base is both PY2 and PY3, we would need to use the comment-based type annotations. Yet, it is an interesting idea that could find some errors in...
For example: gentle (based on Kaldi) : https://lowerquality.com/gentle/ Prosodylab-Aligner (based on HTK) : http://prosodylab.org/tools/aligner/
In theory the MFCCs can be computed by buffering a portion of the WAVE file, processing it, and moving to the next portion. This helps with long WAVE files (say,...
Today I tried running aeneas under PyPy (Python 2.7.10 branch). Everything seems working, except `cdtw` and `cmfcc` that gets compiled, but they do not import, producing the following error: `AttributeError:...
I cloned the git repo and followed the instructions to build the Cloud Reader. I did not perform any code modification. I copied the dist/cloud-reader directory to a Web server,...
If I read the source code correctly, Readium JS Viewer supports user-selectable MO granularity by looking at `epub:type` on `` elements in the SMIL files. Specifically, it looks for `paragraph`,...
In iBooks 3.2 (iOS 7.1), if a noteref / footnote has the following structure: ``` ``` ``` TextLine1 TextLine2 ... ``` Once the popup opens, there is a blank space...
In iBooks 3.2 (iOS 7.1): ``` ``` (with the CSS workaround of issue #13 ), if the target does NOT have `epub:type="footnote"`, as in: ``` ... ``` the popup does...
In iBooks (3.2, iOS 7.1) the following link does not work: ``` ``` If `epub:type="noteref"` is removed, or the `` is replaced by just text, the link works as expected,...
Hi @ozdefir , I am going to release aeneas v1.7.4 soon-ish (next week I think). I guess so, but better checking in advance with you : is it fine if...