Update TTS providers and story markup
This commit is contained in:
@@ -122,6 +122,7 @@ const ModuleLoader = (function() {
|
||||
{ id: 'browser-tts', script: '/js/browser-tts-module.js', weight: 12 },
|
||||
{ id: 'elevenlabs-tts', script: '/js/elevenlabs-tts-module.js', weight: 12 },
|
||||
{ id: 'openai-tts', script: '/js/openai-tts-module.js', weight: 12 },
|
||||
{ id: 'local-openai-tts', script: '/js/local-openai-tts-module.js', weight: 12 },
|
||||
{ id: 'tts-factory', script: '/js/tts-factory-module.js', weight: 13 }, // TTSFactory must be loaded before TTSPlayer
|
||||
|
||||
// UI and interaction modules
|
||||
|
||||
Reference in New Issue
Block a user