Orito Itsuki
Orito Itsuki
## Environment Info Node version(`node -v`):v10.9.0 site to reproduce the ploblem: [https://github.com/MatchaChoco010/hexo-timezone-permalink](https://github.com/MatchaChoco010/hexo-timezone-permalink) ``` $ hexo version hexo: 3.7.1 hexo-cli: 1.1.0 os: Linux 4.4.0-17134-Microsoft linux x64 http_parser: 2.8.0 node: 10.9.0 v8:...
This PR depends on https://github.com/Marak/say.js/pull/121 System.Speech.Synthesis.SpeechSynthesizer can't be configured properly for third party text readers (e.g., Koharu Rokka, https://www.ah-soft.com/cevio/rikka/). Using SAPI, I was able to set it up well with...
In Japan, the default encoding of Powershell is Shift-JIS, but node passes characters in utf-8, so the correct characters were not read out. I added `chcp 65001;` to change the...
I have this error when run onnxsim. ``` Traceback (most recent call last): File "F:\github.com\MatchaChoco010\streaming-vc-test\streaming_asr\extract_onnx.py", line 59, in enc, check = simplify(enc) File "F:\github.com\MatchaChoco010\streaming-vc-test\.venv\lib\site-packages\onnxsim\onnx_simplifier.py", line 186, in simplify model_opt_bytes =...