Mercurial Hosting > lang
diff src/tts.mp3.luan @ 26:d3f5448743bf
add doc links
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 01 Aug 2025 17:12:03 -0600 |
parents | f5425a3c1898 |
children | 1e7d855afde3 |
line wrap: on
line diff
--- a/src/tts.mp3.luan Fri Aug 01 00:33:51 2025 -0600 +++ b/src/tts.mp3.luan Fri Aug 01 17:12:03 2025 -0600 @@ -8,6 +8,8 @@ local Config = require "site:/private/Config.luan" +-- https://learn.microsoft.com/en-us/azure/ai-services/speech-service/index-text-to-speech + local region = Config.azure_tts.region or error() local url = "https://"..region..".tts.speech.microsoft.com/cognitiveservices/v1" local headers = {