Ronald
Ronald
electron bug: https://github.com/electron/electron/issues/32857
It is an upstream bug and keep unsolved for years, there are links to the upstream issues in this issue. It's better to track the upstream issues for this problem.
same problem, solved?
> Did you try to build against minizip-ng 4.0.4 from https://github.com/zlib-ng/minizip-ng/releases ? No, the version is already 4.0.4 in archlinux official repo. ```sh $ pacman -Ss minizip-ng extra/minizip-ng 4.0.4-1 Fork...
用 https://www.virustotal.com/ 查了,没问题,可能是MS误报了,如果能不让MS误报就更好了 
What about pattern matching by regex?
> PDF is composited like metal type one letter at a time It can be one letter at a time, also can be serveral letters at a time, e.g. ```...
> trouble is in pdf there are thousands of methods here is another /Author(\376\377\000a\000n\000a\000l\000o\000r\000e\000n\000a) Yes, it can be arbitrary. However for grouped text, it can be optimized for selection.
> ```python > if text == "â�": continue > ``` What's the encoding of the code? Error Log ```sh $ python json2ass.py a.wav.json a.wav.ass Traceback (most recent call last): File...
For python, see https://github.com/davabase/whisper_real_time. With the library `speech_recognition`, it's quite easy. For C++, I think `ffmpeg` api should be the best way. Maybe it's easier to re-implemnt `speech_recognition` in C++.