summaryrefslogtreecommitdiffstats
path: root/projects/text_to_speech/constants.js
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-09 19:19:33 +0200
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-09 19:19:33 +0200
commit90715e702bbebcf2c3cfd39628c931bbadda28b0 (patch)
treef574bae75b22ee59e5c60e2f6f4017338614fd8c /projects/text_to_speech/constants.js
parentAdd async client docs (diff)
downloadgpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.gz
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.bz2
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.lz
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.xz
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.zst
gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.zip
Diffstat (limited to 'projects/text_to_speech/constants.js')
-rw-r--r--projects/text_to_speech/constants.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/text_to_speech/constants.js b/projects/text_to_speech/constants.js
new file mode 100644
index 00000000..23362616
--- /dev/null
+++ b/projects/text_to_speech/constants.js
@@ -0,0 +1,11 @@
+export const SPEAKERS = {
+ "US female 1": "cmu_us_slt_arctic-wav-arctic_a0001",
+ "US female 2": "cmu_us_clb_arctic-wav-arctic_a0001",
+ "US male 1": "cmu_us_bdl_arctic-wav-arctic_a0003",
+ "US male 2": "cmu_us_rms_arctic-wav-arctic_a0003",
+ "Canadian male": "cmu_us_jmk_arctic-wav-arctic_a0002",
+ "Scottish male": "cmu_us_awb_arctic-wav-arctic_b0002",
+ "Indian male": "cmu_us_ksp_arctic-wav-arctic_a0007",
+}
+
+export const DEFAULT_SPEAKER = "cmu_us_slt_arctic-wav-arctic_a0001"; \ No newline at end of file