mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
microsoft sam tts
This commit is contained in:
parent
cc972e985b
commit
23fc15fccf
4 changed files with 72 additions and 0 deletions
|
@ -278,6 +278,26 @@ module.exports.IMTRANSLATOR_VOICES = [
|
|||
{ name: "Korean (Female)", value: "ko" }
|
||||
]
|
||||
|
||||
module.exports.MICROSOFT_VOICES = [
|
||||
{ name: "Microsoft Sam", value: "Sam" },
|
||||
{ name: "BonziBUDDY", value: "Bonzi" },
|
||||
{ name: "Mary", value: "Mary" },
|
||||
{ name: "Mike", value: "Mike" },
|
||||
{ name: "Robot", value: "RoboSoft Four" },
|
||||
{ name: "Whisper (Female)", value: "Female Whisper" },
|
||||
{ name: "Whisper (Male)", value: "Male Whisper" }
|
||||
]
|
||||
|
||||
module.exports.MICROSOFT_VOICE_CONFIG = {
|
||||
"Sam": { pitch: 100, speed: 150 },
|
||||
"Bonzi": { pitch: 140, speed: 157 },
|
||||
"Mary": { pitch: 169, speed: 170 },
|
||||
"Mike": { pitch: 113, speed: 170 },
|
||||
"RoboSoft Four": { pitch: 169, speed: 170 },
|
||||
"Female Whisper": { pitch: 169, speed: 170 },
|
||||
"Male Whisper": { pitch: 113, speed: 170 }
|
||||
}
|
||||
|
||||
module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
|
||||
"af": "🇿🇦",
|
||||
"sq": "🇦🇱",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue