Sarah Groß

Results 253 comments of Sarah Groß
trafficstars

@pubkey @cfu288 I forked and made two branches on your projects: https://github.com/Connum/SylvieJS/tree/rxdb-integration https://github.com/Connum/rxdb/tree/feature/sylviejs I ported the loki storage adapter to sylvie and made sure that everything is running as it...

> I guess this is why @fdb did it this way in the first place. Maybe `Font.getPath` should be modified to output separate paths. We already have `Font.prototype.getPaths()`, which returns...

In #568 I improved the SVG rendering of the test script, so that glyph substitution and positioning should now work exactly like when drawing on a canvas. (`font.forEachGlyph()` was what...

> > In your `GPOS` handling, consider implementing mark-to-base and mark-to-mark > > There is already a PR for this that's being worked on. see #557

I would be willing to look into this and make a PR adding that option. But so far, I even fail to see where this inlining is happening - it...

Setting the environment variable `KMP_DUPLICATE_LIB_OK=TRUE` as proposed does indeed resolve the symptom and audio generation then works as intended, but the underlying issue should be fixed code-wise nevertheless.

> @JakeCasey your first audio is simply poorly EQd. A better mic and/or remastering your audio with something like remastermedia would work Erm, but isn't this all about restoring recordings...

Ok that seems to have been an issue with different versions of python on my system... But there really seems to be something wrong with librosa in conjunction with this...

To make this work with `--mode all` (or `1`), I had to replace `np.float` with `float` as well , also in `librosa\util\utils.py`.