japanese voice bot for discord
そのうち書く
/src/voicevoxApi下で$ npx openapi2aspida -i localhost:50021/openapi.json必要に応じてホストは変える/src/voicevoxApi/speakers/index.tsなど必要な部分にresBody: Readableを追加
export type Methods = {
post: {
query: {
speaker: number;
};
status: 200;
reqBody: Types.AudioQuery;
resBody: Readable;
};
};/src/voicevoxApi下で$ aspida