TechInterMezzo

Results 11 issues of TechInterMezzo

I found hints for skia support in the pdfium header files. https://pdfium.googlesource.com/pdfium/+/refs/heads/master/public/fpdfview.h#878 Would it be possible to do an additional build for skia like for v8? This project is really...

Is there any way to pass a password securely to the mount command? That could be really useful for pure command line usage.

At the moment the circular buffer size is hardcoded to 4096: https://github.com/Reloaded-Project/Reloaded.Injector/blob/master/Source/Reloaded.Injector/Injector.cs#L40 Would it be possible to make that an optional parameter for the Injector constructor? I want to use...

Would it be possible to support rootless docker? At the moment docker-backup tries to open "unix:///var/run/docker.sock". But for my rootless docker setup it's "unix://$XDG_RUNTIME_DIR/docker.sock". Maybe there is an option to...

Is it still necessary to freeze the protobuf version? https://github.com/descriptinc/audiotools/blob/master/setup.py#L56C44-L56C100 I can't use descript-audio-codec with some other libraries because they require new protobuf versions.

Will you release the source code for the FACodec training pipeline?

enhancement

There is no LICENSE file. What is the license for this project and the pretrained models?

Are there any precompiled binaries for Windows? I would like to use this plugin with cutter.

I tried the pretrained model with mel spectrograms directly generated from singing samples and it does not sound as good as: https://github.com/yl4579/HiFTNet The linked vocoder uses neural source-filter (https://nii-yamagishilab.github.io/samples-nsf/) like...

I get the following error under Windows 10 x64: ``` gumapiresolver.c.obj : error LNK2019: unresolved external symbol gum_module_api_resolver_new referenced in function gum_api_resolver_make gumapiresolver.c.obj : error LNK2019: unresolved external symbol gum_swift_api_resolver_new...