UNPKG

koishi-plugin-beta-dxl-bert-vits

Version:

或许这是better-dxl-bert-vits呢(内置了gsvits和魔塔社区的语音合成api,同时支持自行添加bert-vits2后端api地址到/data/bert-vits/speakers.json中)

8 lines (7 loc) 220 B
import { Context } from 'koishi'; import { Config } from './config'; export * from './config'; export declare function apply(ctx: Context, config: Config): void; export declare const inject: { optional: string[]; };