Compare commits
3 Commits
9025831f3d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 20e162dc32 | |||
| 09e10e4113 | |||
| cbb5a9a76a |
@@ -8,7 +8,6 @@ services:
|
|||||||
DISCORD_TOKEN: ${DISCORD_TOKEN}
|
DISCORD_TOKEN: ${DISCORD_TOKEN}
|
||||||
DISCORD_OWNER_ID: ${DISCORD_OWNER_ID}
|
DISCORD_OWNER_ID: ${DISCORD_OWNER_ID}
|
||||||
TTS_TIKTOK_SESSIONID: ${TTS_TIKTOK_SESSIONID}
|
TTS_TIKTOK_SESSIONID: ${TTS_TIKTOK_SESSIONID}
|
||||||
TTS_ELEVENLABS_KEY: ${TTS_ELEVENLABS_KEY}
|
|
||||||
TTS_ELEVENLABS_REFRESHTOKEN: ${TTS_ELEVENLABS_REFRESHTOKEN}
|
TTS_ELEVENLABS_REFRESHTOKEN: ${TTS_ELEVENLABS_REFRESHTOKEN}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ interface PendingRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface VoiceInfo {
|
interface VoiceInfo {
|
||||||
Name: string;
|
// Name: string;
|
||||||
// ShortName: string,
|
ShortName: string,
|
||||||
// Gender: string,
|
// Gender: string,
|
||||||
// Locale: string,
|
// Locale: string,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export class ElevenLabsTTS implements TTSModule {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.settings = ElevenLabsTTS.DEFAULT_SETTINGS;
|
this.settings = ElevenLabsTTS.DEFAULT_SETTINGS;
|
||||||
this.modelId = 'eleven_flash_v2_5';
|
this.modelId = 'eleven_v3';
|
||||||
|
|
||||||
if (this.canBeUsed()) this.initializationPromise = this.init();
|
if (this.canBeUsed()) this.initializationPromise = this.init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user