Shua

Results 8 issues of Shua

I have a software that only supports PCM format, but this project doesn't Added support for PCM format Convert directly with ffmpeg

new feature

### 请确保您已阅读以上注意事项,并勾选下方的确认框。 - [X] 我确定这是一个从未被提出和实现过的功能。 - [X] 我已经在 [Issue Tracker](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/issues) 中找过我要提出的功能,没有找到相同功能的ISSUE。 - [X] 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。 - [X] 我已知晓并同意,如果我不按照模板提供的指示进行填写,则我的 Issue 可能会被无条件删除。 ### 需要添加的功能内容 调制解调器被呼叫时转接QQ语音到指定联系人(或群)

hope new plugin

默认CORS支持为关,需要在配置文件开启 ```toml [server] CORS_switch = true ``` 还可以自定义CORS配置 ```toml [server] CORS_switch = true CORS_config = { allow_origins = ["*"], allow_credentials = true, allow_methods = ["*"], allow_headers = ["*"] } ```

Added i18n, with zh-cn and en

能不能设置个开关,把思考过程去掉

**Describe the bug** It is not possible to check for compatibility with earlier versions of the code **To Reproduce** ```python try: from typing import ParamSpec except ImportError: from typing_extensions import...

`lpac`已提供以下命令: 1. 查看后端列表 ``` PS D:\dev\c\lpac\build\output> ./lpac.exe driver list {"type":"driver","payload":{"LPAC_APDU":["pcsc","at","stdio"],"LPAC_HTTP":["curl","stdio"]}} ``` 2. 支持`lpac driver apdu list`的后端示例: ``` PS D:\dev\c\lpac\build\output> $env:LPAC_APDU = "pcsc" PS D:\dev\c\lpac\build\output> ./lpac.exe driver apdu list {"type":"driver","payload":{"env":"LPAC_APDU_PCSC_DRV_IFID","data":[{"env":"0","name":"Fabio Ottavi...

https://developers.cloudflare.com/r2/api/workers/workers-api-reference/#r2multipartupload-definition It seems that there is currently no r2 multipart binding. Is there a plan to implement it?