Wudi

Results 5 comments of Wudi

More information is needed, such as the executed command line and the entire output logs. You may check the following points first: - If the "Microsoft Visual C++ Redistributable for...

Last month I tried the [Ultimate Vocal Remover GUI](https://github.com/Anjok07/ultimatevocalremovergui) which contains Demucs model. It has better separation result, but the processing speed is extremely slow. I'm using a desktop PC...

另外我自己的项目用的还是 0.2_old_style 版本的文件,为了提交问题就用 master 分支的最新版本测试了一下,两个版本在这个问题上的现象一样。 我这里再附一个对我手头一个正常的 USB HID 设备抓的包,使用的是 STM32CubeMX 生成的 Custom HID Device 代码。 我对 USB 协议不太熟悉,从抓包结果中看 2.280s 后应该也 suspend 了,但之后 18s 处的 SET_IDLE 请求和后续的通信都正常。 [stm32_cubemx_custom_hid_device.zip](https://github.com/xtoolbox/TeenyUSB/files/6241078/stm32_cubemx_custom_hid_device.zip)

我自己在 Keil 中调试,设备上电后枚举过程中能正常进入 tusb_hid_device_request() 函数,但 suspend & resume 后 PC 第二次发 SET_IDLE 和之后的其他 setup 请求时,就一直没有进入过 tusb_hid_device_request() 函数。

Met the same problem. But I'm using MPC-HC. And in MPC-BE, the .ass subtitles can be rendered, but with a little flicker. Love this project too. It's pretty easy to...