diff --git a/apps/stage-tamagotchi/src/pages/settings/modules/speech.vue b/apps/stage-tamagotchi/src/pages/settings/modules/speech.vue index 774fdb9ec..69479043b 100644 --- a/apps/stage-tamagotchi/src/pages/settings/modules/speech.vue +++ b/apps/stage-tamagotchi/src/pages/settings/modules/speech.vue @@ -98,7 +98,7 @@ async function generateTestSpeech() { const input = useSSML.value ? ssmlText.value - : speechStore.generateSSML(testText.value, activeSpeechVoice.value, { ...providerConfig, pitch: pitch.value }) + : speechStore.supportsSSML ? speechStore.generateSSML(testText.value, activeSpeechVoice.value, { ...providerConfig, pitch: pitch.value }) : testText.value const response = await generateSpeech({ ...provider.speech(activeSpeechModel.value, providerConfig), diff --git a/apps/stage-tamagotchi/src/pages/settings/providers/player2-speech.vue b/apps/stage-tamagotchi/src/pages/settings/providers/player2-speech.vue new file mode 100644 index 000000000..6b685b50b --- /dev/null +++ b/apps/stage-tamagotchi/src/pages/settings/providers/player2-speech.vue @@ -0,0 +1,123 @@ + + + + + + Please download and run the Player2 App: + + https://player2.game + + + + After downloading, if you still are having trouble, please reach out to us on Discord: + + https://player2.game/discord + . + + + + + + + + + + + + + + + + + + meta: + layout: settings + stageTransition: + name: slide + diff --git a/apps/stage-tamagotchi/src/pages/settings/providers/player2.vue b/apps/stage-tamagotchi/src/pages/settings/providers/player2.vue index 8d9a6a44a..6431d4009 100644 --- a/apps/stage-tamagotchi/src/pages/settings/providers/player2.vue +++ b/apps/stage-tamagotchi/src/pages/settings/providers/player2.vue @@ -1,4 +1,6 @@ + + + Please download and run the Player2 App: + + https://player2.game + + + + After downloading, if you still are having trouble, please reach out to us on Discord: + + https://player2.game/discord + . + + + +