flat: 部署

This commit is contained in:
Apcallover
2025-11-18 13:57:07 +08:00
parent 6e09702db5
commit ab3d9985c8
6 changed files with 24 additions and 9 deletions

View File

@@ -49,6 +49,7 @@ export function useTTSPlayer() {
const newUtterance = new SpeechSynthesisUtterance(filteredText); // Use filtered text
utteranceRef.value = newUtterance;
newUtterance.lang = 'zh-CN';
newUtterance.rate = options.rate || 1;
newUtterance.pitch = options.pitch || 1;
if (options.voice) {