This commit is contained in:
邹宗楠
2022-07-26 18:14:28 +08:00
parent 9f7a64cbbe
commit d0b242e2ea

View File

@@ -491,7 +491,7 @@ func replaceContent(content string, printMsg *model.PrintMsg) (result string) {
}
globals.SugarLogger.Debug("voice==================", voice)
result = strings.ReplaceAll(result, sound, "")
result = strings.ReplaceAll(result, byteSignSound, hexSignSoundSolidification+"14")
result = strings.ReplaceAll(result, byteSignSound, "1B59415501")
}
}
// 自动合成语音功能