diff --git a/starfall_metadata/README.md b/starfall_metadata/README.md new file mode 100644 index 0000000..c986a39 --- /dev/null +++ b/starfall_metadata/README.md @@ -0,0 +1,3 @@ +# TTS Metadata + +This is the Metadata required by `starfallex/starfall_tts_gimpy.lua` and possibly `starfallex/starfall_tts.lua` too. These are manually generated, so contributions welcome! \ No newline at end of file diff --git a/starfall_metadata/allowed_google_voices.json b/starfall_metadata/allowed_google_voices.json new file mode 100644 index 0000000..4f375bf --- /dev/null +++ b/starfall_metadata/allowed_google_voices.json @@ -0,0 +1,14 @@ +{ + "voices": [ + "en", + "en-au", + "en-gb", + "en-ca", + "en-us", + "ja", + "sv", + "fr", + "so", + "ru" + ] +} \ No newline at end of file