Jiami Lin

Results 5 comments of Jiami Lin

Me either. mac+win work great at sharing images that are int the clipboard, but Linux(Ubuntu 20.04) doesn't work at all. I had changed server(mac)'s size max to 3000MB. Version 1.14.6.19

> I think the accuracy of the model depends on its size, so in order to get a better accuracy try to use the bigger models. If this didn't help...

> You can just clone the repo and checkout to the commit you want in the whisper.cpp submodule and build the package. Have you tried this ? Thank you! I...

我是每次更新都会丢失,调试了很久发现是有个bug,可惜作者不更新了,在这里直接把解决方案贴一下吧。。进到插件的main.js里搜索这行"activeEditor.editor.setValue(postParams.content);",直接替换成“this.plugin.app.vault.process(activeFile, (data) => { return postParams.content;})”。bug的原因是原先替换媒体链接用的setValue不是原子操作,在setValue的过程往后执行更新metadata后,setValue才完成覆盖,会把后面更新metadata的覆盖掉。换一个用vault.process是原子操作,保证修改完之后才会继续执行后续的代码,问题就解决了。这个问题,metadata的丢失直接影响是否能直接覆盖更新。有这个metadata一直在就能直接更新了。

> @bviksoe I found that it's accurate with medium model but tiny / small the timestamps are incorrect with silences me too.