From 92f4a2e7dec17a9ca7d1c358dee2f22a909c01cf Mon Sep 17 00:00:00 2001 From: Cora Grant Date: Thu, 15 Aug 2024 13:32:42 -0400 Subject: [PATCH] feat: use shared MBTA lexicon --- lib/web_api.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/web_api.ex b/lib/web_api.ex index 2fbebb7..dd2fe2b 100644 --- a/lib/web_api.ex +++ b/lib/web_api.ex @@ -36,6 +36,7 @@ defmodule WebApi do ExAws.Polly.synthesize_speech(text, voice_id: voice_id, engine: "neural", + lexicon_names: ["mbtalexicon"], text_type: "ssml", output_format: "mp3" )