ReadBeyond

Results 27 comments of ReadBeyond

On 12/13/2016 01:59 PM, Daniel Bair wrote: > So what are lxml and BeautifulSoup4 needed/used for? lxml and bs4 are used for I/O sync maps in XML-like format (xml, smil,...

On 12/13/2016 04:16 PM, Daniel Bair wrote: > I would favor minimal dependencies for basic functionality, and then if the > user attempts to use a function that requires a...

Hi again, I have been following librosa for a while now, and yes, what I had in mind when opening this issue is similar to the API of ``dtw()`` you...

Current CFFI is awesome, but it has a fundamental problem w.r.t. the current C aeneas code: it does not support ``#include``statements. Since e.g. ``cint.h`` is included by the other C...

I need to investigate the ``__init__`` argument validation more. Right now I am not sure if less init code is worth the burden of another dependency. If validation kicks in...

Testing other approaches, like GMM/HMM/NN (e.g., using HTK or Kaldi)

Windows is not officially supported. There are known problems since 1.7.1, see e.g. #190 . I am leaving this issue open if other users can offer help, but since I...

Thanks for the suggestion, this issue will be dealt with in v2. I would actually like to keep the current dependencies as minimal as possible. Since aeneas is not really...

Hi, the x86 limitation is known and due to maximum contiguous allocation size, and I consider it a "won't fix" for aeneas v1.x. The next major, aeneas v2.x will have...

OK, thanks. Unfortunately I have had no time to try reproduce the issue, but the upcoming weekend should be a good time for such a thing. AP On 12/28/2017 10:06...