MICHAEL CHOURDAKIS

Results 55 comments of MICHAEL CHOURDAKIS

I haven't found a way through it but, when you have an open file, does it's size increase to a point where there's no more stuff added to it?

I will try it with a mono file and let you know.

Thanks for your help, still. ``` Traceback (most recent call last): File "QualityScaler\QualityScaler.py", line 617, in ) -> list[numpy_ndarray]: TypeError: 'type' object is not subscriptable ``` when trying with Python...

With 3.10.11 I get F:\python>scripts\pip install -r qualityscaler\requirements.txt ERROR: Could not find a version that satisfies the requirement torch-directml==0.1.13.1.dev230413 (from versions: none) ERROR: No matching distribution found for torch-directml==0.1.13.1.dev230413 What's...

Yes. F:\python>python -V Python 3.10.11 But I'm using a portable Python install, perhaps you have something I don't have.

Okay I will see what I can do, my goal is to include QualityScaler in my video sequencer in which all Python-based modules are separately downloaded and installed for the...

Send me such a soundfont I will test in my x64 app (perhaps it's a 32-bit issue?)

I tried, I'm not sure what I 'm doing wrong. auto conn = li.NewConnection.Wait(); if (conn) { conn->SetCertificate(c); conn->Connected.Wait(); // this never returns;

Yes, this certificate is imported to the trusted store so Chrome considers it safe. It is also used to the normal HTTP server which contains the alt-svc header that redirects...

No, Chrome uses the machine store to validate, because in my HTTP local server the certificate works. As I said, I suspect that the certificate isn't set correctly. MSH3_CERTIFICATE_CONFIG ccfg...