Skip to content

Commit

Permalink
feat: use shared MBTA lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Aug 15, 2024
1 parent a69fca2 commit 92f4a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web_api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 92f4a2e

Please sign in to comment.