Skip to content

MoeSS 2.2.2

Compare
Choose a tag to compare
@NaruseMioShirakana NaruseMioShirakana released this 11 Jan 08:22
· 83 commits to V2 since this release
9f51a0b
// 插件接口变化:所有的插件dll需要定义以下函数
const wchar_t* PluginMain(const wchar_t*);
// 函数名必须为PluginMain,Dll名必须为插件名

增加了三个设置选项,如图:
image
从左至右分别为 noise_scale(噪声规模,为一个矩阵加法的随机数乘数) ,length_scale(长度修正) ,noise_scale_w(dp模块的噪声规模)
数字为0-9999的数字,均为小数点后的数字(实际的范围为0.0-0.9999)
同时为以后的diffsinger以及DiffSvc留下了空间