Alexandre Lefebvre

Results 4 issues of Alexandre Lefebvre

When using https option, href return an http href. I think it should return an https one

Since commit 31f8b87a (maybe the problem is more in electron-process-manager), application using process-manager crash when they are packaged with electron-packager. I don't find why but will check later.

Not really a fix, but it is to solve my problem with the bug https://github.com/Const-me/Whisper/issues/73 I do an equivalent of "loadAudioFileData" but for an "iAudioBuffer" that can be used with...

When I do main.exe -m ggml-base.bin -f 1.wav 2.wav 3.wav 1.wav 2.wav where wav1 = 1,2,3 (I count and record it in 16bit wav file) wav2 = 4,5,6 wav3 =...