GraiaProject / Application

一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
https://graia-document.vercel.app/
GNU Affero General Public License v3.0
438 stars 63 forks source link

提供选项使 Voice_LocalFile 传递path给mah,而非先上传后传递voice_id #157

Closed ArcticLampyrid closed 2 years ago

ArcticLampyrid commented 3 years ago

使用 voice_id 上传时 mah 使用了不稳定API 且目前的使用方式会导致 silk 发送失败,退化到 amr 格式

相关问题: https://github.com/project-mirai/mirai-api-http/issues/376#issuecomment-880557773 https://github.com/project-mirai/mirai-api-http/issues/376#issuecomment-889614566

GreyElaina commented 3 years ago

?笑死

ArcticLampyrid commented 3 years ago

@GreyElaina 咋?

GreyElaina commented 3 years ago

没什么, 感觉这件事本身有点愚蠢: id 里明明就可以塞信息, 结果二进制, 本应该是最通用的方式, 这样传上去反而不管用, 让我感觉有些荒谬.

ArcticLampyrid commented 3 years ago

改ID格式,直接把所有参数塞里面确实是个方法 这需要mah那边讨论了