This commit is contained in:
justumen
2025-03-19 17:36:25 +01:00
parent 44d69e8907
commit 39dfb0220a
76 changed files with 3207 additions and 955 deletions

View File

@@ -31,7 +31,8 @@ app.registerExtension({
// Function to update voices based on selected language
const updateVoicesForLanguage = async (selectedLanguage) => {
try {
const response = await fetch('/bjornulf_xtts_get_voices', {
// const response = await fetch('/bjornulf_xtts_get_voices', {
const response = await fetch('/bjornulf_TTS_get_voices', {
method: 'POST',
headers: {
'Content-Type': 'application/json',