7c00
7c00
https://github.com/qiuxiang/aubiojs/blob/a05fb2e448120206f672a553e06b8182d497481a/CMakeLists.txt#L38 把这行去掉应该就可以了
I have only used a few functions of aubio, so I'm not sure if aubio can detect consonants and sound attacks.
这个库能运行在 web,本来就不依赖你上面提到的东西。但大概也不能直接在微信小程序里直接使用,因为小程序不是标准 web 环境。这个库需要用 wasm 运行,而小程序是支持 wasm 的,只是载入方式不一样,理论上,可以用在小程序,只是需要改一些东西。另一种方案是,编译成 asm.js,可以不需要 wasm 来运行,但性能会下降。
I'm interested in adding this feature even though I never used `pitchshift` in `aubio`. But im a bit busy recently, so not sure when it can be implemented.
onset detection api not implemented yet
u can use workspace level config, for example `.vim/coc-settings.json`: ``` { "solidity.remapping": {}, } ```
this feature should be supported by new version.
u can change to `pragma solidity ^0.8.10;`
I have plans to support specify solc version. But I have no time to implement it in the near future. [email protected] may work.
done in https://github.com/qiuxiang/solidity-ls/commit/0ed97c3345bee8153f696e4b8e3dbe70bf22a007