deadash
deadash
Upon investigation, the reason `tiny_skia` is not usable is that it has a dependency on `softbuffer`. By default, `softbuffer` has the following features enabled: `["kms", "x11", "x11-dlopen", "wayland", "wayland-dlopen"]`. The...
@collinwebdesigns I've made the Apple cache algorithm public. You can directly use my repository. If you're using Python, you can modify it to compile into a DLL or SO for...
You need to call vs first and then cargo build. `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2022\Visual Studio Tools\VC\x64 Native Tools Command Prompt for VS 2022`
With some hard work in reverse, I've managed to register the device on linux. The idea is roughly as follows: 1. Find the session and register functions, 3. Among them,...
After giving it some thought, I've decided to publicly release the related signature algorithms. As you mentioned, they were reverse-engineered to implement Methods 1, 2, and 3. I've successfully implemented...
好像有点理解了,需要offline需要等待消息结束
仔细看了返回,也没有final,看代码是直接等待接收就返回了 ``` Ok("{\"is_final\":false,\"mode\":\"offline\",\"stamp_sents\":[{\"end\":5195,\"punc\":\"。\",\"start\":880,\"text_seg\":\"欢 迎 大 家 来 体 验 达 摩 院 推 出 的 语 音 识 别 模 型\",\"ts_list\":[[880,1120],[1120,1380],[1380,1540],[1540,1780],[1780,2020],[2020,2180],[2180,2480],[2480,2600],[2600,2780],[2780,3040],[3040,3240],[3240,3480],[3480,3699],[3699,3900],[3900,4180],[4180,4420],[4420,4620],[4620,4780],[4780,5195]]}],\"text\":\"欢迎大家来体验达摩院推出的语音识别模型。\",\"timestamp\":\"[[880,1120],[1120,1380],[1380,1540],[1540,1780],[1780,2020],[2020,2180],[2180,2480],[2480,2600],[2600,2780],[2780,3040],[3040,3240],[3240,3480],[3480,3699],[3699,3900],[3900,4180],[4180,4420],[4420,4620],[4620,4780],[4780,5195]]\",\"wav_name\":\"demo\"}") ```